migration to maven 3
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4c4ed6c1e7cceee7ebc42ecf6b9d6f83ec57ca79..dcea804062a3064f19ccc3c40855099a3cda5abc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <artifactId>commons-dbcp</artifactId>
                                <version>1.4</version>
                        </dependency>
-                       <dependency>
+                       <!-- dependency>
                                <groupId>toplink.essentials</groupId>
                                <artifactId>toplink-essentials</artifactId>
                                <version>2.1-60f</version>
-                       </dependency>
+                       </dependency -->
                        <dependency>
                                <groupId>org.eclipse.persistence</groupId>
                                <artifactId>eclipselink</artifactId>
                        <plugins>
                                <plugin>
                                        <artifactId>maven-site-plugin</artifactId>
-                                       <version>2.1.1</version>
+                                       <version>3.0-beta-3</version>
+                                       <configuration>
+                                               <reportPlugins>
+                                                       <plugin>
+                                                               <groupId>org.apache.maven.plugins</groupId>
+                                                               <artifactId>maven-project-info-reports-plugin</artifactId>
+                                                               <version>2.3.1</version>
+                                                               <configuration>
+                                                                       <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                                                                       <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                                                               </configuration>
+                                                       </plugin>
+                                                       <plugin>
+                                                               <groupId>org.apache.maven.plugins</groupId>
+                                                               <artifactId>maven-javadoc-plugin</artifactId>
+                                                               <version>2.7</version>
+                                                       </plugin>
+                                                       
+                                               </reportPlugins>
+                                       </configuration>
                                </plugin>
                        </plugins>
                </pluginManagement>
 
        <reporting>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-project-info-reports-plugin</artifactId>
-                               <reportSets>
-                                       <reportSet>
-                                               <reports>
-                                                       <report>checkstyle</report>
-                                                       <report>javadoc</report>
-                                                       <!--report>dependencies</report -->
-                                                       <!-- report>project-team</report -->
-                                                       <!-- report>mailing-list</report -->
-                                                       <!-- report>issue-tracking</report -->
-                                                       <!-- report>license</report -->
-                                                       <!--report>scm</report -->
-                                               </reports>
-                                       </reportSet>
-                               </reportSets>
-                       </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>findbugs-maven-plugin</artifactId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.5</version>
+                               <version>2.6.1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>