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 22:33:08 UTC

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

Author: francisdb
Date: Sun Feb 22 21:33:08 2009
New Revision: 746825

URL: http://svn.apache.org/viewvc?rev=746825&view=rev
Log:
added snapshot repo + maven site for CI (my people.apache.org)

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=746825&r1=746824&r2=746825&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Sun Feb 22 21:33:08 2009
@@ -35,6 +35,31 @@
     			<module>empire-db-struts2</module>
 			</modules>
 		</profile>
+		<profile>
+			<id>CI</id>
+			<activation>
+				<activeByDefault>false</activeByDefault>
+			</activation>
+			<modules>
+				<module>empire-db</module>
+				<module>empire-db-examples</module>
+    			<module>empire-db-struts2</module>
+			</modules>
+			<distributionManagement>
+				<site>
+					<id>people.apache.org.site</id>
+					<name>Empire-db Maven Site</name>
+					<url>scp://people.apache.org/home/francisdb/public_html/empire-db/site</url>
+				</site>
+
+				<snapshotRepository>
+					<id>people.apache.org.repo</id>
+					<name>Empire-db Snapshot Repo</name>
+					<url>scp://people.apache.org/home/francisdb/public_html/empire-db/repo</url>
+					<uniqueVersion>false</uniqueVersion>
+				</snapshotRepository>
+			</distributionManagement>
+		</profile>
 	</profiles>
 	
 	
@@ -161,6 +186,18 @@
 	</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>