Author: dashorst
Date: Mon Jun 30 04:21:48 2008
New Revision: 672743

URL: http://svn.apache.org/viewvc?rev=672743&view=rev
Log:
Moved distributionManagement into the bamboo profile, messed up the local 
release build

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=672743&r1=672742&r2=672743&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Mon Jun 30 04:21:48 2008
@@ -29,14 +29,6 @@
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
 
-       <distributionManagement>
-         <snapshotRepository>
-           <id>repo</id>
-           <name>Local Bamboo/Tomcat repository</name>
-           <url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
-           <uniqueVersion>false</uniqueVersion>
-         </snapshotRepository>
-       </distributionManagement>                       
        <profiles>
                <profile>
                        <id>bamboo</id>
@@ -90,6 +82,14 @@
                                        </plugin>
                                </plugins>
                        </build>
+                       <distributionManagement>
+                         <snapshotRepository>
+                           <id>repo</id>
+                           <name>Local Bamboo/Tomcat repository</name>
+                           
<url>file:/home/wicket/tomcat/webapps/maven/repository/</url>
+                           <uniqueVersion>false</uniqueVersion>
+                         </snapshotRepository>
+                       </distributionManagement>                       
                </profile>
                <profile>
                        <id>release</id>


Reply via email to