You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2006/04/14 00:52:54 UTC

[jira] Updated: (MAVEN-1440) Clearing maven.repo.remote results in incorrect reporting of unsatisfied dependencies

     [ http://jira.codehaus.org/browse/MAVEN-1440?page=all ]

Arnaud Heritier updated MAVEN-1440:
-----------------------------------

    Fix Version:     (was: 1.1-beta-3)

> Clearing maven.repo.remote results in incorrect reporting of unsatisfied dependencies
> -------------------------------------------------------------------------------------
>
>          Key: MAVEN-1440
>          URL: http://jira.codehaus.org/browse/MAVEN-1440
>      Project: Maven
>         Type: Bug

>     Versions: 1.0
>  Environment: Solaris
>     Reporter: Cameron Horn
>     Priority: Minor

>
>
> Running "maven -Dmaven.repo.remote= -Dmaven.mode.online=false"
> <snip>
> The use of the remote repository has been disabled. (x10)
> BUILD FAILED
> File...... /export/home/cruise/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependency:
> kernel-core-SNAPSHOT.jar
> </snip>
> Which is misleading. kernel-core-SNAPSHOT.jar failed to build because it was missing dependencies.  Running "maven -o -Dmaven.repo.remote= multiproject:install-snapshot" shows the correct dependencies:
> <snip>
> The use of the remote repository has been disabled. (x10)
> You are working offline so the build will continue, but kernel-core-SNAPSHOT.jar may be out of date!
> You are working offline so the build will continue, but kernel-container-SNAPSHOT.jar may be out of date!
> BUILD FAILED
> File...... /export/home/cruise/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependencies:
> commons-beanutils-1.6.1.jar
> commons-digester-1.4.1.jar
> </snip>

-- 
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