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/09/21 21:31:29 UTC

svn commit: r999563 - /db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml

Author: tfischer
Date: Tue Sep 21 19:31:29 2010
New Revision: 999563

URL: http://svn.apache.org/viewvc?rev=999563&view=rev
Log:
- remove plugins already configured in parent pom
- create source distribution

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

Modified: db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml?rev=999563&r1=999562&r2=999563&view=diff
==============================================================================
--- db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/maven-torque-generator-plugin/pom.xml Tue Sep 21 19:31:29 2010
@@ -79,23 +79,21 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
+        <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <descriptorRefs>
+            <descriptorRef>src</descriptorRef>
+          </descriptorRefs>
         </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <configuration>
-          <downloadSources>true</downloadSources>
-       </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>



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