You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/10/07 21:27:47 UTC

svn commit: r453992 - in /geronimo/server/trunk/applications/console/geronimo-console-standard: pom.xml repository/ repository/dwr/ repository/dwr/dwr/ repository/dwr/dwr/1.1.1/ repository/dwr/dwr/1.1.1/dwr-1.1.1.jar

Author: jdillon
Date: Sat Oct  7 12:27:46 2006
New Revision: 453992

URL: http://svn.apache.org/viewvc?view=rev&rev=453992
Log:
Use a local repo to include dwr 1.1.1 since this artifact is not in a m2 repo at the moment
The inclusion of the m1 repo is confusing maven ability to resolve artifacts that exist in central

Added:
    geronimo/server/trunk/applications/console/geronimo-console-standard/repository/
    geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/
    geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/dwr/
    geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/dwr/1.1.1/
    geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/dwr/1.1.1/dwr-1.1.1.jar   (with props)
Modified:
    geronimo/server/trunk/applications/console/geronimo-console-standard/pom.xml

Modified: geronimo/server/trunk/applications/console/geronimo-console-standard/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/console/geronimo-console-standard/pom.xml?view=diff&rev=453992&r1=453991&r2=453992
==============================================================================
--- geronimo/server/trunk/applications/console/geronimo-console-standard/pom.xml (original)
+++ geronimo/server/trunk/applications/console/geronimo-console-standard/pom.xml Sat Oct  7 12:27:46 2006
@@ -157,19 +157,17 @@
     </build>
     
     <!--
-    HACK: Need to include the Apache m1 snapshot repo to pick up dwr:dwr:jar:1.1.1 and 
-          commons-fileupload:commons-fileupload:jar:1.1-dev
+    HACK: dwr:dwr:jar:1.1.1 is not available on a m2 repo, so include them here
+          to avoid needing to setup an m1 repo which causes problems resolving
+          dependencies.
     -->
     <repositories>
         <repository>
-            <id>apache-snapshots-m1</id>
-            <name>Apache Maven 1 Snapshots Repository</name>
-            <url>http://people.apache.org/repo/m1-snapshot-repository</url>
-            <layout>legacy</layout>
+            <id>module-local</id>
+            <url>file://${pom.basedir}/repository</url>
+            <layout>default</layout>
             <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
+                <enabled>false</enabled>
             </snapshots>
             <releases>
                 <enabled>true</enabled>

Added: geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/dwr/1.1.1/dwr-1.1.1.jar
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/dwr/1.1.1/dwr-1.1.1.jar?view=auto&rev=453992
==============================================================================
Binary file - no diff available.

Propchange: geronimo/server/trunk/applications/console/geronimo-console-standard/repository/dwr/dwr/1.1.1/dwr-1.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/java-archive