You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/10/12 07:18:06 UTC

svn commit: r824231 - /myfaces/portlet-bridge/master-pom/trunk/pom.xml

Author: sobryan
Date: Mon Oct 12 05:18:05 2009
New Revision: 824231

URL: http://svn.apache.org/viewvc?rev=824231&view=rev
Log:
Updated dependencies

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

Modified: myfaces/portlet-bridge/master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/master-pom/trunk/pom.xml?rev=824231&r1=824230&r2=824231&view=diff
==============================================================================
--- myfaces/portlet-bridge/master-pom/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/master-pom/trunk/pom.xml Mon Oct 12 05:18:05 2009
@@ -67,7 +67,6 @@
        <url>https://maven-repository.dev.java.net/nonav/repository</url>
        <layout>legacy</layout>
     </repository>
-
     <repository>
       <id>apache.snapshots</id>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
@@ -78,7 +77,6 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
-
     <repository>
       <id>myfaces-repo</id>
       <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
@@ -89,7 +87,30 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-  </repositories>    
+    <repository>
+      <id>openqa</id>
+      <name>OpenQA Repository</name>
+      <url>http://nexus.openqa.org/content/repositories/releases/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <!-- For selenium plugin -->    
+    <pluginRepository>
+      <id>codehaus snapshot repository</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
   <build>
     <!-- 
       - The pluginManagement section does not declare actual dependencies.
@@ -110,11 +131,27 @@
             <target>${jdk.version}</target>
           </configuration>
         </plugin>
+
+        <!-- JAR Plugin (http://maven.apache.org/plugins/maven-jar-plugin/index.html)-->
+        <!-- Upgrade from Version 2.1 to 2.2 -->
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+
+        <!-- JAR Plugin (http://maven.apache.org/plugins/maven-assembly-plugin/index.html)-->
+        <!-- Upgrade from Version 2.2-beta-1 to 2.2-beta-4 -->
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2-beta-4</version>
+        </plugin>
         
         <!-- Checkstyle tools (http://maven.apache.org/plugins/maven-checkstyle-plugin/index.html) -->
         <!-- Checkstyle works according to rules for MyFaces but with 1.5 JDK -->
+        <!-- Upgrade from Version 2.1 to 2.3 -->
         <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.3</version>
           <configuration>
             <configLocation>default/myfaces-checks-standard.xml</configLocation>
             <headerLocation>default/myfaces-header.txt</headerLocation>
@@ -124,18 +161,12 @@
           </configuration>
         </plugin>
 
-        <!-- JDEV Plugin (http://myfaces.apache.org/trinidad/plugins/maven-jdev-plugin/index.html)-->
-        <!-- Allows us to generate projects for Oracle's JDEV. -->
+        <!-- JavaDoc Plugin (http://maven.apache.org/plugins/maven-checkstyle-plugin/index.html)-->
+        <!-- Added some default configuration -->
+        <!-- Upgrade from Version 2.3 to Version 2.6 -->
         <plugin>
-          <groupId>org.apache.myfaces.trinidadbuild</groupId>
-          <artifactId>maven-jdev-plugin</artifactId>
-          <version>1.2.6</version>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.6</version>
           <configuration>
             <aggregate>false</aggregate>
             <linksource>true</linksource>
@@ -146,31 +177,136 @@
             <charset>UTF-8</charset>
           </configuration>
         </plugin>
+
+        
+        <!-- Release Plugin (http://maven.apache.org/plugins/maven-release-plugin/index.html)-->
+        <!-- Upgrade from Version 2.0-beta-7 to Version 2.0-beta-9 -->
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-9</version>
+        </plugin>
+      
+        <!-- Respources Plugin (http://maven.apache.org/plugins/maven-resources-plugin/index.html)-->
+        <!-- Upgrade from Version 2.2 to Version 2.4.1 -->
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+
+        <!-- Site Plugin (http://maven.apache.org/plugins/maven-site-plugin/index.html)-->
+        <!-- Upgrade from Version 2.0-beta-6 to Version 2.4.1 -->
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0.1</version>
+        </plugin>
+
+        <!-- Surefire Plugin (http://maven.apache.org/plugins/maven-surefire-plugin/index.html)-->
+        <!-- Upgrade from Version 2.3.1 to Version 2.4.3 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+
+        <!-- Surefire Report Plugin (http://maven.apache.org/plugins/maven-surefire-report-plugin/index.html)-->
+        <!-- Upgrade from Version 2.3.1 to Version 2.4.3 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+
+        <!-- JDEV Plugin (http://myfaces.apache.org/trinidad/plugins/maven-jdev-plugin/index.html)-->
+        <!-- Allows us to generate projects for Oracle's JDEV. -->
+        <plugin>
+          <groupId>org.apache.myfaces.trinidadbuild</groupId>
+          <artifactId>maven-jdev-plugin</artifactId>
+          <version>1.2.6</version>
+        </plugin>
+      
+        <!-- JDEV Plugin (http://mojo.codehaus.org/xml-maven-plugin/)-->
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>xml-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <goals>
+                <goal>transform</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
       </plugins>
     </pluginManagement>
- </build>
-  
+
+    <plugins>
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
+              </resourceBundles>
+              <properties>
+                <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins> 
+  </build>
+
   <reporting>
     <excludeDefaults>true</excludeDefaults>
     <plugins>
+      <!-- Update from 2.0.1 to 2.1.2 -->
       <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
-          <headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
-          <minimumTokens>20</minimumTokens>
-          <targetJdk>${jdk.version}</targetJdk>
-        </configuration>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0.1</version>
       </plugin>
 
+      <!-- Update from 2.2 to 2.4 -->
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <linkXref>true</linkXref>
           <minimumTokens>100</minimumTokens>
           <targetJdk>${jdk.version}</targetJdk>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.0.1</version>
+        <configuration>
+          <threshold>Low</threshold>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.3</version>
+        <configuration>
+          <configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
+          <headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
+          <minimumTokens>20</minimumTokens>
+          <targetJdk>${jdk.version}</targetJdk>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 </project>