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 2007/11/14 10:10:54 UTC

svn commit: r594803 - /db/torque/common/trunk/pom.xml

Author: tfischer
Date: Wed Nov 14 01:10:50 2007
New Revision: 594803

URL: http://svn.apache.org/viewvc?rev=594803&view=rev
Log:
create source jars in maven2 build

Modified:
    db/torque/common/trunk/pom.xml

Modified: db/torque/common/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/common/trunk/pom.xml?rev=594803&r1=594802&r2=594803&view=diff
==============================================================================
--- db/torque/common/trunk/pom.xml (original)
+++ db/torque/common/trunk/pom.xml Wed Nov 14 01:10:50 2007
@@ -324,6 +324,18 @@
           <target>1.4</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</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