You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/08/03 22:02:35 UTC

svn commit: r982018 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: struberg
Date: Tue Aug  3 20:02:35 2010
New Revision: 982018

URL: http://svn.apache.org/viewvc?rev=982018&view=rev
Log:
MYFACES-2790 upgrade myfaces-parent-pom to use latest plugins and release process

This will enable the new common Apache deployment to repository.apache.org
via Nexus.

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=982018&r1=982017&r2=982018&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Tue Aug  3 20:02:35 2010
@@ -764,7 +764,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.2</version>
+            <version>2.5</version>
             <dependencies>
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
@@ -791,7 +791,7 @@
                   JSF 1.2 or special Java 1.5 related artifacts must override these settings. 
                   -->
                   <artifactId>maven-compiler-plugin</artifactId>
-                  <version>2.0.2</version>
+                  <version>2.3.1</version>
                   <configuration>
                       <source>1.3</source>
                       <target>1.3</target>
@@ -805,7 +805,7 @@
                 explicitly in your plugin configuration.
                 -->
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.3.1</version>
                 <configuration>
                   <archive>
                     <manifest>
@@ -817,42 +817,42 @@
 
               <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-2</version>
+                <version>2.2-beta-5</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.7</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.0-beta-7</version>
+                <version>2.0</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.4.3</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>2.0-beta-7</version>
+                <version>2.1.1</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-source-plugin</artifactId>
-                <version>2.0.4</version>
+                <version>2.1.2</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>2.5</version>
               </plugin>
 
               <plugin>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>2.5</version>
               </plugin>
 
               <plugin>
@@ -871,11 +871,11 @@
         <plugins>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2</version>
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
                 <configuration>
                     <rulesets>
                         <ruleset>/rulesets/basic.xml</ruleset>
@@ -889,7 +889,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>1.2</version>
+                <version>2.3.1</version>
                 <configuration>
                     <threshold>Low</threshold>
                 </configuration>
@@ -897,7 +897,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jdepend-maven-plugin</artifactId>
-                <version>2.0-beta-1</version>
+                <version>2.0-beta-2</version>
             </plugin>
       </plugins>
     </reporting>
@@ -916,48 +916,5 @@
         </dependency>
       </dependencies>
     </dependencyManagement>
-
-    <distributionManagement>
-        <repository>
-            <id>myfaces-staging</id>
-            <name>Apache MyFaces Staging Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository</url>
-        </repository>
-        <snapshotRepository>
-            <uniqueVersion>false</uniqueVersion>
-            <id>apache-maven-snapshots</id>
-            <name>Apache Maven Snapshot Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-  <profiles>
-    <profile>
-      <id>sign-artifacts</id>
-      <activation>
-        <property>
-          <name>performRelease</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.0-alpha-4</version>
-            <executions>
-              <execution>
-                <id>sign-artifacts</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
     
 </project>