Author: dashorst
Date: Wed May 21 01:13:05 2008
New Revision: 658588

URL: http://svn.apache.org/viewvc?rev=658588&view=rev
Log:
workaround for snapshot deployment (http://jira.codehaus.org/browse/MDEPLOY-57)

Modified:
    wicket/branches/wicket-1.3.x/pom.xml

Modified: wicket/branches/wicket-1.3.x/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/pom.xml?rev=658588&r1=658587&r2=658588&view=diff
==============================================================================
--- wicket/branches/wicket-1.3.x/pom.xml (original)
+++ wicket/branches/wicket-1.3.x/pom.xml Wed May 21 01:13:05 2008
@@ -29,6 +29,14 @@
        <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>jdk-1.4</id>
@@ -60,14 +68,6 @@
                                <module>jdk-1.4</module>
                                <module>archetypes/quickstart</module>
                        </modules>
-                       <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>                       
                        <build>
                                <plugins>
                                        <plugin>
@@ -117,14 +117,6 @@
                                        <modules>
                                                <module>jdk-1.5</module>
                                        </modules>
-                                       <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>               
        
                                        <build>
                                                <plugins>
                                                        <plugin>


Reply via email to