"mvn clean" tries to download dependencies
------------------------------------------
Key: MCLEAN-3
URL: http://jira.codehaus.org/browse/MCLEAN-3
Project: Maven 2.x Clean Plugin
Type: Bug
Environment: 2.1-SNAPSHOT
Reporter: Vincent Massol
C:\dev\cargo\branches\0.7>mvn clean
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] Cargo
[INFO] Cargo Build Tools
[INFO] Cargo Core
[INFO] Cargo Core API
[INFO] Cargo Core Util API
[INFO] Cargo Core Module API
[INFO] Cargo Core Container API
[INFO] Cargo Core Generic API
[INFO] Cargo Core Containers
[INFO] Cargo Core Tomcat Container
[INFO] Cargo Core Resin Container
[INFO] Cargo Core JBoss Container
[INFO] Cargo Core Orion Container
[INFO] Cargo Core Jetty Container
[INFO] Cargo Core WebLogic Container
[INFO] Cargo Core jo! Container
[INFO] Cargo Core Uberjar
[INFO] Cargo Extensions
[INFO] Cargo Ant tasks
[INFO] Cargo Maven 1 plugin
[INFO] Cargo Maven 2 plugin
[INFO] Cargo Samples Test Data
[INFO] Cargo Empty JAR test data for samples
[INFO] Cargo Empty EAR test data for samples
[INFO] Cargo Simple WAR test data for samples
[INFO] Cargo Simple EJB test data for samples
[INFO] Cargo Simple EAR test data for samples
[INFO] Cargo Authenticated WAR test data for samples
[INFO] Cargo Expanded WAR test data for samples
[INFO] Cargo Tomcat context WAR test data for samples
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/cargo/cargo-build-tools/0.7/cargo-build-tools-0.7.jar
[WARNING] Unable to get resource from repository maven-snapshot
(http://snapshots.maven.codehaus.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-build-tools/0.7/cargo-build-tools-0.7.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
required artifacts missing:
org.codehaus.cargo:cargo-build-tools:jar:0.7
for the artifact:
org.codehaus.cargo:cargo-core:pom:0.7
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
maven-snapshot (http://snapshots.maven.codehaus.org/maven2)
[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Dec 30 10:45:20 CET 2005
[INFO] Final Memory: 2M/5M
[INFO]
----------------------------------------------------------------------------
C:\dev\cargo\branches\0.7>
This may be due to the fact the build-tools is specified as an extension in
cargo-core:
<build>
<extensions>
<extension>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-build-tools</artifactId>
<version>0.7</version>
</extension>
</extensions>
??
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]