You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/06/21 01:29:45 UTC

svn commit: r1137823 - in /maven/archetype/trunk: archetype-models/pom.xml pom.xml

Author: hboutemy
Date: Mon Jun 20 23:29:45 2011
New Revision: 1137823

URL: http://svn.apache.org/viewvc?rev=1137823&view=rev
Log:
updated parent pom

Modified:
    maven/archetype/trunk/archetype-models/pom.xml
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/archetype-models/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-models/pom.xml?rev=1137823&r1=1137822&r2=1137823&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-models/pom.xml (original)
+++ maven/archetype/trunk/archetype-models/pom.xml Mon Jun 20 23:29:45 2011
@@ -37,16 +37,12 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.4</version>
           <configuration>
             <version>1.0.0</version>
           </configuration>
           <executions>
             <execution>
               <id>default</id>
-              <configuration>
-                <useJava5>true</useJava5>
-              </configuration>
               <goals>
                 <goal>java</goal>
                 <goal>xpp3-reader</goal>

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1137823&r1=1137822&r2=1137823&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Mon Jun 20 23:29:45 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>19</version>
+    <version>21-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -75,7 +75,7 @@ under the License.
   <properties>
     <mavenVersion>2.0.8</mavenVersion><!-- with 2.0.9 proxy test fails-->
     <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
-    <mavenPluginPluginVersion>2.7</mavenPluginPluginVersion>
+    <mavenPluginPluginVersion>2.8</mavenPluginPluginVersion>
   </properties>
 
   <dependencyManagement>
@@ -213,14 +213,6 @@ under the License.
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>
@@ -240,11 +232,6 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${mavenPluginPluginVersion}</version>
         </plugin>
@@ -292,25 +279,4 @@ under the License.
       </plugin>-->
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <configuration>
-              <targetJdk>1.5</targetJdk>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.6</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
 </project>