You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/06/22 05:19:18 UTC

svn commit: r787124 - /webservices/juddi/branches/v3_trunk/juddi-core/pom.xml

Author: tcunning
Date: Mon Jun 22 03:19:18 2009
New Revision: 787124

URL: http://svn.apache.org/viewvc?rev=787124&view=rev
Log:
JUDDI-188
JAR up sources.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/pom.xml?rev=787124&r1=787123&r2=787124&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Mon Jun 22 03:19:18 2009
@@ -58,6 +58,18 @@
   </pluginRepositories>
   <build>
     <plugins>
+                    <plugin>
+                                        <groupId>org.apache.maven.plugins</groupId>
+                                                            <artifactId>maven-source-plugin</artifactId>
+                                                                                <executions>
+                                                                                                        <execution>
+                                                                                                                                    <goals>
+                                                                                                                                                                    <goal>jar</goal>
+                                                                                                                                                                                                </goals>
+                                                                                                                                                                                                                        </execution>
+                                                                                                                                                                                                                                            </executions>
+                                                                                                                                                                                                                                                            </plugin>
+
 	  <plugin>
 		<groupId>org.apache.maven.plugins</groupId>
 		<artifactId>maven-jar-plugin</artifactId>
@@ -238,6 +250,17 @@
 	<build>
       <pluginManagement>
         <plugins>
+                <plugin>
+                   <groupId>org.apache.maven.plugins</groupId>
+                   <artifactId>maven-source-plugin</artifactId>
+                   <executions>
+                      <execution>
+                         <goals>
+                            <goal>jar</goal>
+                         </goals>
+                      </execution>
+                   </executions>
+                </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>



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