Author: hboutemy
Date: Sun Feb 25 16:32:31 2018
New Revision: 1825309

URL: http://svn.apache.org/viewvc?rev=1825309&view=rev
Log:
[MARCHETYPES-51] put maven-compat as test scope

Modified:
    
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml

Modified: 
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml?rev=1825309&r1=1825308&r2=1825309&view=diff
==============================================================================
--- 
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
 (original)
+++ 
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources-filtered/archetype-resources/pom.xml
 Sun Feb 25 16:32:31 2018
@@ -60,7 +60,7 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
       <version>${maven.version}</version>
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency> 
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
@@ -128,7 +128,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.5</version>
+        <version>${plugin}</version>
         <configuration>
           <!-- <goalPrefix>${artifactId}</goalPrefix> -->
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>


Reply via email to