You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/09/05 11:27:23 UTC

svn commit: r572924 - /wicket/trunk/pom.xml

Author: jcompagner
Date: Wed Sep  5 02:27:22 2007
New Revision: 572924

URL: http://svn.apache.org/viewvc?rev=572924&view=rev
Log:
bamboo profile with distribution local repository

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=572924&r1=572923&r2=572924&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Wed Sep  5 02:27:22 2007
@@ -52,6 +52,19 @@
 			</modules>
 		</profile>
 		<profile>
+			<id>bamboo</id>
+			<activation>
+				<activeByDefault>false</activeByDefault>
+			</activation>
+			<distributionManagement>
+			  <snapshotRepository>
+			    <id>repo</id>
+			    <name>Local Bamboo/Tomcat repository</name>
+			    <url>file:/home/wicket/tomcat/webapps/maven2/repository/</url>
+			  </snapshotRepository>
+			</distributionManagement>			
+		</profile>
+		<profile>
 			<id>release</id>
 			<activation>
 				<activeByDefault>false</activeByDefault>