Hi,

I am getting quite a few build errors with Maven snapshot dependencies and incorrect artifact group ids (i think) in POM. For example, for XmlSchema, the group id in the remote repo http://repo1.maven.org/maven2 seems to be org.apache.ws.commons, however, what we have in our POMs is org.apache.ws.commons.schema. I was wondering, whether it is building for everyone else?

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ws.commons.schema -Dartifact
Id=XmlSchema \
         -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
1) org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHO
T
       2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT

----------
1 required artifact is missing.

for artifact:
 org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.m1 (http://people.apache.org/repository),
apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)

_________________________________________________________________
Windows LiveĀ™ Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to