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 2008/09/07 14:22:32 UTC

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

Author: tfischer
Date: Sun Sep  7 05:22:32 2008
New Revision: 692825

URL: http://svn.apache.org/viewvc?rev=692825&view=rev
Log:
- changed artifact id to torque-maven-parent
- added workspace configuration for eclipse plugin
- corrected configuration for checkstyle report

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=692825&r1=692824&r2=692825&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-parent/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-parent/pom.xml Sun Sep  7 05:22:32 2008
@@ -25,9 +25,9 @@
   
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.torque</groupId>
-  <artifactId>torque</artifactId>
+  <artifactId>torque-maven-parent</artifactId>
   <packaging>pom</packaging>
-  <name>Torque</name>
+  <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>
@@ -343,6 +343,14 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <workspace>..</workspace>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -393,8 +401,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <configLocation>common/turbine-checkstyle.xml</configLocation>
-          <headerLocation>common/checkstyle-license.txt</headerLocation>
+          <configLocation>../torque-maven-parent/turbine-checkstyle.xml</configLocation>
+          <headerLocation>../torque-maven-parent/checkstyle-license.txt</headerLocation>
         </configuration>
       </plugin>
       <!-- the changelog plugin does not seem to work at the moment -->



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