Author: ivaynberg
Date: Mon Feb  9 17:37:04 2009
New Revision: 742651

URL: http://svn.apache.org/viewvc?rev=742651&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=742651&r1=742650&r2=742651&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Mon Feb  9 17:37:04 2009
@@ -83,10 +83,6 @@
                                        
<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>
@@ -186,6 +182,16 @@
                                <module>archetypes/quickstart</module>
                                <module>testing/wicket-threadtest</module>
                        </modules>
+                       <distributionManagement>
+                               <repository>
+                                       <id>local</id>
+                                       <url>file:target/m2-repo</url>
+                               </repository>
+                               <snapshotRepository>
+                                       <id>local</id>
+                                       <url>file:target/m2-repo</url>
+                               </snapshotRepository>
+                       </distributionManagement>
                </profile>
        </profiles>
        <url>http://wicket.apache.org/${project.artifactId}</url>


Reply via email to