You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/09/12 13:12:54 UTC

svn commit: r814143 - /incubator/empire-db/trunk/empire-db-examples/pom.xml

Author: francisdb
Date: Sat Sep 12 11:12:54 2009
New Revision: 814143

URL: http://svn.apache.org/viewvc?rev=814143&view=rev
Log:
skip deployment for all examples (test)

Modified:
    incubator/empire-db/trunk/empire-db-examples/pom.xml

Modified: incubator/empire-db/trunk/empire-db-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/pom.xml?rev=814143&r1=814142&r2=814143&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/pom.xml Sat Sep 12 11:12:54 2009
@@ -33,4 +33,17 @@
 		<module>empire-db-example-cxf</module>
 		<module>empire-db-example-struts2-cxf</module>
 	</modules>
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<!-- skip deployment for all examples -->
+	               <artifactId>maven-deploy-plugin</artifactId>
+	               <configuration>
+	                 <skip>true</skip>
+	              </configuration>
+	            </plugin>
+            </plugins>
+		</pluginManagement>
+	</build>
 </project>
\ No newline at end of file