You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pl...@apache.org on 2006/05/05 22:03:06 UTC

svn commit: r400160 - /incubator/webwork2/webapps/showcase/pom.xml

Author: plightbo
Date: Fri May  5 13:03:04 2006
New Revision: 400160

URL: http://svn.apache.org/viewcvs?rev=400160&view=rev
Log:
we need to include the codehaus repo too (due to a bug in maven)

Modified:
    incubator/webwork2/webapps/showcase/pom.xml

Modified: incubator/webwork2/webapps/showcase/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/pom.xml?rev=400160&r1=400159&r2=400160&view=diff
==============================================================================
--- incubator/webwork2/webapps/showcase/pom.xml (original)
+++ incubator/webwork2/webapps/showcase/pom.xml Fri May  5 13:03:04 2006
@@ -24,6 +24,12 @@
             </dependencies>
             <repositories>
                 <repository>
+                    <id>codehaus</id>
+                    <name>codehaus</name>
+                    <url>http://dist.codehaus.org</url>
+                   <layout>legacy</layout>
+                </repository>
+                <repository>
                     <id>maven-hostedqa</id>
                     <name>maven-hostedqa</name>
                     <snapshots>