This is really strange. The maven central repo should be included by maven
itself or Apache parent poms. Not sure why it cannot be resolved.
Thanks,
Raymond
--------------------------------------------------
From: <[email protected]>
Sent: Monday, July 20, 2009 3:42 AM
To: <[email protected]>
Subject: svn commit: r795753 - /tuscany/java/sca/pom.xml
Author: slaws
Date: Mon Jul 20 10:42:02 2009
New Revision: 795753
URL: http://svn.apache.org/viewvc?rev=795753&view=rev
Log:
The move up to Jetty 6.1.19 at r793724 for me means that the Jetty
artifacts can't be found. Added the central repo to fix it
Modified:
tuscany/java/sca/pom.xml
Modified: tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=795753&r1=795752&r2=795753&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Mon Jul 20 10:42:02 2009
@@ -53,6 +53,16 @@
<repositories>
<repository>
+ <id>maven.central</id>
+ <url>http://repo2.maven.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>apache.incubator</id>
<url>http://people.apache.org/repo/m2-incubating-repository</url>
<releases>