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>


Reply via email to