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/10/13 05:34:41 UTC

svn commit: r824581 - in /webservices/juddi/trunk: juddi-client/pom.xml juddi-samples/pom.xml uddi-tck-base/pom.xml uddi-tck/pom.xml uddi-ws/pom.xml

Author: tcunning
Date: Tue Oct 13 03:34:40 2009
New Revision: 824581

URL: http://svn.apache.org/viewvc?rev=824581&view=rev
Log:
Add source plugin to poms

Modified:
    webservices/juddi/trunk/juddi-client/pom.xml
    webservices/juddi/trunk/juddi-samples/pom.xml
    webservices/juddi/trunk/uddi-tck-base/pom.xml
    webservices/juddi/trunk/uddi-tck/pom.xml
    webservices/juddi/trunk/uddi-ws/pom.xml

Modified: webservices/juddi/trunk/juddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-client/pom.xml?rev=824581&r1=824580&r2=824581&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-client/pom.xml (original)
+++ webservices/juddi/trunk/juddi-client/pom.xml Tue Oct 13 03:34:40 2009
@@ -65,4 +65,19 @@
         <version>4.5</version>
      </dependency>
   </dependencies> 
+  <build>
+    <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>jar</goal>
+                  </goals>
+               </execution>
+             </executions>
+        </plugin>
+    </plugins>
+  </build>
 </project>

Modified: webservices/juddi/trunk/juddi-samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-samples/pom.xml?rev=824581&r1=824580&r2=824581&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-samples/pom.xml (original)
+++ webservices/juddi/trunk/juddi-samples/pom.xml Tue Oct 13 03:34:40 2009
@@ -89,17 +89,28 @@
                    </execution>
                 </executions>
              </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-			<version>2.4</version>
-            <configuration>
-			  <skip>false</skip>
-			  <includes>
-				<include>**/*Test.java</include>
-			  </includes>
-             </configuration>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+	      <version>2.4</version>
+              <configuration>
+		  <skip>false</skip>
+		  <includes>
+			<include>**/*Test.java</include>
+		  </includes>
+              </configuration>
            </plugin>
+           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>jar</goal>
+                  </goals>
+               </execution>
+             </executions>
+            </plugin>
          </plugins>
        </pluginManagement>
     </build>

Modified: webservices/juddi/trunk/uddi-tck-base/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/pom.xml?rev=824581&r1=824580&r2=824581&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/pom.xml (original)
+++ webservices/juddi/trunk/uddi-tck-base/pom.xml Tue Oct 13 03:34:40 2009
@@ -44,4 +44,19 @@
         <version>4.5</version>
      </dependency>
   </dependencies> 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+           <execution>
+           <goals>
+            <goal>jar</goal>
+           </goals>
+           </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: webservices/juddi/trunk/uddi-tck/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck/pom.xml?rev=824581&r1=824580&r2=824581&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-tck/pom.xml (original)
+++ webservices/juddi/trunk/uddi-tck/pom.xml Tue Oct 13 03:34:40 2009
@@ -145,6 +145,17 @@
 				</configuration>
 			</plugin>
 			<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.codehaus.cargo</groupId>
 				<artifactId>cargo-maven2-plugin</artifactId>
 				<version>1.0</version>

Modified: webservices/juddi/trunk/uddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-ws/pom.xml?rev=824581&r1=824580&r2=824581&view=diff
==============================================================================
--- webservices/juddi/trunk/uddi-ws/pom.xml (original)
+++ webservices/juddi/trunk/uddi-ws/pom.xml Tue Oct 13 03:34:40 2009
@@ -68,6 +68,17 @@
 				<wsdlFiles> <wsdlFile>uddi_v3_service.wsdl</wsdlFile> </wsdlFiles>
 				<keep>true</keep> </configuration> </plugin>
 			-->
+                        <plugin>
+                          <groupId>org.apache.maven.plugins</groupId>
+                          <artifactId>maven-source-plugin</artifactId>
+                          <executions>
+                            <execution>
+                              <goals>
+                                <goal>jar</goal>
+                  	      </goals>
+               		    </execution>
+            		  </executions>
+            		</plugin>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<version>2.4</version>
@@ -108,4 +119,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>



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