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/02/22 23:41:38 UTC

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

Author: francisdb
Date: Sun Feb 22 22:41:37 2009
New Revision: 746842

URL: http://svn.apache.org/viewvc?rev=746842&view=rev
Log:
do not release the examples to our snapshot repo

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

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=746842&r1=746841&r2=746842&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Sun Feb 22 22:41:37 2009
@@ -42,7 +42,8 @@
 			</activation>
 			<modules>
 				<module>empire-db</module>
-				<module>empire-db-examples</module>
+				<!-- no need to upload these to our snapshot repo -->
+				<!-- <module>empire-db-examples</module> -->
     			<module>empire-db-struts2</module>
 			</modules>
 			<distributionManagement>
@@ -214,18 +215,6 @@
 	</dependencies>
 
 	<build>
-		<extensions>
-			<!-- <extension>
-				<groupId>org.apache.maven.wagon</groupId>
-				<artifactId>wagon-ssh-external</artifactId>
-				<version>1.0-beta-4</version>
-			</extension>
-			<extension>
-				<groupId>org.apache.maven.wagon</groupId>
-				<artifactId>wagon-ssh</artifactId>
-				<version>1.0-beta-2</version>
-			</extension>-->
-		</extensions>
 		<pluginManagement>
 			<plugins>
 				<plugin>