]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3431: Changes in preparation for Maven upgrade.
authorRichard Millet <richard.millet@berkeley.edu>
Wed, 19 Jan 2011 23:32:35 +0000 (23:32 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Wed, 19 Jan 2011 23:32:35 +0000 (23:32 +0000)
pom.xml
services/pom.xml

diff --git a/pom.xml b/pom.xml
index 5487836f8d6bef72ff057956917e5bbe41ed3025..25033c353d802de7e0c90ffa6d10501250c60349 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
                 <enabled>false</enabled>\r
             </snapshots>\r
         </repository>\r
-        <repository>\r
+<!--        <repository>\r
             <id>maven1-repository.dev.java.net</id>\r
             <name>Java.net Maven 1 Repository</name>\r
             <url>http://download.java.net/maven/1</url>\r
@@ -79,7 +79,7 @@
             <snapshots>\r
                 <enabled>false</enabled>\r
             </snapshots>\r
-        </repository>\r
+        </repository>-->\r
 \r
         <repository>\r
             <id>maven-restlet</id>\r
             <plugin>\r
                 <groupId>org.apache.maven.plugins</groupId>\r
                 <artifactId>maven-project-info-reports-plugin</artifactId>\r
+                               <version>2.3.1</version>\r
                 <configuration> </configuration>\r
                 <reportSets>\r
                     <reportSet>\r
index c04fb9370475214d32c3f1d3811f998f7c890c33..15ea3018f7fb0a751817e799436f9989b383253e 100644 (file)
@@ -76,6 +76,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.7.1</version>
                     <configuration>
                         <systemProperties>
                             <property>
                         </systemProperties>
                     </configuration>
                 </plugin>
+                               <plugin>
+                                       <groupId>org.apache.maven.plugins</groupId>
+                                       <artifactId>maven-site-plugin</artifactId>
+                                       <version>2.2</version>
+                               </plugin>                               
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>jboss-maven-plugin</artifactId>
                 <plugin>
                     <groupId>org.jvnet.jaxb2.maven2</groupId>
                     <artifactId>maven-jaxb2-plugin</artifactId>
+                                       <version>0.7.3</version>
                     <executions>
                         <execution>
                             <goals>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
+                <artifactId>maven-surefire-plugin</artifactId>                         
             </plugin>
         </plugins>
     </build>