You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/08/13 12:54:13 UTC

DO NOT REPLY [Bug 30648] New: - [configuration] project.xml contains bad dependencies

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30648>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30648

[configuration] project.xml contains bad dependencies

           Summary: [configuration] project.xml contains bad dependencies
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: ricardo.gladwell@btinternet.com


When I attempt to run the project.xml for any kind of jar-dependent goal on an
empty project I get the following error message:

Attempting to download maven-tasks-plugin-1.1.0.jar.
WARNING: Failed to download maven-tasks-plugin-1.1.0.jar.
Attempting to download maven-findbugs-plugin-0.7.2.jar.
WARNING: Failed to download maven-findbugs-plugin-0.7.2.jar.
The build cannot continue because of the following unsatisfied dependencies:

maven-tasks-plugin-1.1.0.jar (try downloading from
http://maven-plugins.sourceforge.net/maven-tasks-plugin/)
maven-findbugs-plugin-0.7.2.jar (try downloading from
http://maven-plugins.sourceforge.net/maven-findbugs-plugin/)

Total time: 22 seconds
Finished at: Fri Aug 13 11:47:40 BST 2004

Examining the project.xml I can see that the dependencies for the SF.net maven
plugins are point to the wrong place: they should poing to the SF.net
maven-plugins repository at <http://maven-plugins.sf.net/maven>. See patch.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org