You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/02/13 11:16:28 UTC

svn commit: r909784 - /db/torque/torque4/trunk/torque-maven-parent/pom.xml

Author: tfischer
Date: Sat Feb 13 10:16:28 2010
New Revision: 909784

URL: http://svn.apache.org/viewvc?rev=909784&view=rev
Log:
- use 4.0 site as project url
- remove repositories list. Repositories in the POM are a major pain if one wants to use a local repository proxy.
- add plugin versions and plugin management

Modified:
    db/torque/torque4/trunk/torque-maven-parent/pom.xml

Modified: db/torque/torque4/trunk/torque-maven-parent/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/pom.xml?rev=909784&r1=909783&r2=909784&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-parent/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-parent/pom.xml Sat Feb 13 10:16:28 2010
@@ -30,13 +30,14 @@
   <name>Torque maven parent</name>
   <version>4.0-alpha1-SNAPSHOT</version>
   <description>parent project descriptor for the Torque project</description>
-  <url>http://db.apache.org/torque</url>
+  <url>http://db.apache.org/torque/releases/torque-4.0</url>
 
   <modules>
     <module>../torque-runtime</module>
     <module>../maven-torque-plugin</module>
     <module>../torque-templates</module>
     <module>../torque-generator</module>
+    <module>../torque-site</module>
   </modules>
 
   <issueManagement>
@@ -346,103 +347,102 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.5.1</version>
         <configuration>
           <workspace>..</workspace>
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.0-alpha-4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+     </plugins>
+    </pluginManagement>
   </build>
 
-  <repositories>
-    <repository>
-      <id>apache-maven2</id>
-      <name>Apache Maven2 Repository</name>
-      <url>http://svn.apache.org/maven-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>apache-svn</id>
-      <name>Apache SVN Repository</name>
-      <url>http://svn.apache.org/repository</url>
-      <layout>legacy</layout>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>maven-snapshot</id>
-      <name>Maven snapshot Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <reporting>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1.2</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <configLocation>../torque-maven-parent/turbine-checkstyle.xml</configLocation>
-          <headerLocation>../torque-maven-parent/checkstyle-license.txt</headerLocation>
-        </configuration>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.6.1</version>
       </plugin>
-      <!-- the changelog plugin does not seem to work at the moment -->
-      <!-- plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changelog-plugin</artifactId>
-      </plugin-->
-      <!--report>maven-file-activity-plugin</report-->
-      <!--report>maven-developer-activity-plugin</report-->
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.4</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.3.1</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
       </plugin>
-      <!--report>maven-simian-plugin</report-->
-      <!--report>maven-jcoverage-plugin</report-->
-      <!--report>maven-findbugs-plugin</report-->
-      <!--report>maven-linkcheck-plugin</report-->
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.3</version>
       </plugin>
     </plugins>
   </reporting>
-  
+
   <distributionManagement>
     <repository>
       <id>apache.releases</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org