You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2009/02/09 05:25:57 UTC

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

Author: ivaynberg
Date: Mon Feb  9 04:25:57 2009
New Revision: 742249

URL: http://svn.apache.org/viewvc?rev=742249&view=rev
Log:
WICKET-2073

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=742249&r1=742248&r2=742249&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Mon Feb  9 04:25:57 2009
@@ -83,6 +83,10 @@
 					<url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
 					<uniqueVersion>false</uniqueVersion>
 				</snapshotRepository>
+				<repository>
+					<id>local</id>
+					<url>file:target/m2-repo</url>
+				</repository>
 			</distributionManagement>
 		</profile>
 		<profile>