Author: mes
Date: 2011-03-09 14:09:34 -0800 (Wed, 09 Mar 2011)
New Revision: 24350

Modified:
   core3/parent/trunk/pom.xml
Log:
updated for maven 3

Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml  2011-03-09 20:53:15 UTC (rev 24349)
+++ core3/parent/trunk/pom.xml  2011-03-09 22:09:34 UTC (rev 24350)
@@ -39,6 +39,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.3.2</version>
                                <configuration>
                                        <source>1.6</source>
                                        <target>1.6</target>
@@ -58,6 +59,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.7</version>
                                <configuration>
                                        <encoding>UTF-8</encoding>
                                        <locale>en</locale>
@@ -90,6 +92,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
+                               <version>2.1.2</version>
                                <executions>
                                        <execution>
                                                <id>attach-sources</id>
@@ -214,13 +217,6 @@
                        <url>http://download.java.net/maven/2
                        </url>
                </pluginRepository>
-               <pluginRepository>
-                       <id>maven-repository.dev.java.net</id>
-                       <name>Java.net Maven 1 Repository (legacy)</name>
-                       <url>http://download.java.net/maven/1
-                       </url>
-                       <layout>legacy</layout>
-               </pluginRepository>
        </pluginRepositories>
 
   <scm>
@@ -248,6 +244,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-pmd-plugin</artifactId>
+                               <version>1.10</version>
                                <configuration>
                                        <linkXref>true</linkXref>
                                        <sourceEncoding>utf-8</sourceEncoding>
@@ -262,20 +259,16 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>cobertura-maven-plugin</artifactId>
+                               <version>2.4</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>findbugs-maven-plugin</artifactId>
-                               <configuration>
-                                       <threshold>Normal</threshold>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jdepend-maven-plugin</artifactId>
+                               <version>2.0-beta2</version>
                        </plugin>
                        <plugin>
                                <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.7</version>
                                <configuration>
                                        
<excludePackageNames>*.impl</excludePackageNames>
                                        <tagletArtifacts>
@@ -298,10 +291,12 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jxr-maven-plugin</artifactId>
+                               <version>2.0-beta1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
+                               <version>2.7.1</version>
                                <configuration>
                                        <argLine>-Xmx256m</argLine>
                                        
<redirectTestOutputToFile>true</redirectTestOutputToFile>
@@ -310,14 +305,15 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-surefire-report-plugin</artifactId>
+                               <version>2.7.1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
                                <version>2.3.1</version>
                                <configuration>
+                                       <threshold>Normal</threshold>
                                        <xmlOutput>true</xmlOutput>
-                                       <!-- Optional directory to put findbugs 
xdoc xml report -->
                                        
<xmlOutputDirectory>target/site</xmlOutputDirectory>
                                </configuration>
                        </plugin>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to