You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/02/06 21:10:54 UTC

svn commit: r741700 - /webservices/juddi/branches/juddi-2.0rc6/juddi-ws/pom.xml

Author: kstam
Date: Fri Feb  6 20:10:54 2009
New Revision: 741700

URL: http://svn.apache.org/viewvc?rev=741700&view=rev
Log:
Adding source jar artifact for juddi-ws

Modified:
    webservices/juddi/branches/juddi-2.0rc6/juddi-ws/pom.xml

Modified: webservices/juddi/branches/juddi-2.0rc6/juddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/juddi-2.0rc6/juddi-ws/pom.xml?rev=741700&r1=741699&r2=741700&view=diff
==============================================================================
--- webservices/juddi/branches/juddi-2.0rc6/juddi-ws/pom.xml (original)
+++ webservices/juddi/branches/juddi-2.0rc6/juddi-ws/pom.xml Fri Feb  6 20:10:54 2009
@@ -41,6 +41,20 @@
         <artifactId>maven-clean-plugin</artifactId>
         <version>2.1</version>
       </plugin>
+       <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <version>1.1</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org