Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-dev] maven-install build target is broken

Hi,

Just tried to run a maven-install target but getting following exception:

maven.init:
[ivy:cachepath] 
[ivy:cachepath] :: problems summary ::
[ivy:cachepath] :::: WARNINGS
[ivy:cachepath] module not found: org.apache.maven#com.springsource.org.apache.maven.ant;2.0.10
[ivy:cachepath] ==== maven-lookup: tried
[ivy:cachepath]  -- artifact org.apache.maven#com.springsource.org.apache.maven.ant;2.0.10!com.springsource.org.apache.maven.ant.jar:
[ivy:cachepath]  http://repo1.maven.org/maven2/org/apache/maven/com.springsource.org.apache.maven.ant/2.0.10/com.springsource.org.apache.maven.ant-2.0.10.jar
[ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] ::          UNRESOLVED DEPENDENCIES         ::
[ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] :: org.apache.maven#com.springsource.org.apache.maven.ant;2.0.10: not found
[ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] 
[ivy:cachepath] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS


Looks like com.springsource.org.apache.maven.ant.jar can't be found in the resolver chain.

Thoughts?

Regards,
Dmitry

Back to the top