[jboss-jira] [JBoss JIRA] Updated: (JBDEPLOY-263) Invalid dependency on apache-log4j:log4j:jar:1.2.14
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Jun 24 04:33:46 EDT 2010
[ https://jira.jboss.org/browse/JBDEPLOY-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated JBDEPLOY-263:
------------------------------------
Workaround Description:
mvn -Pjboss-deprecated install
> Invalid dependency on apache-log4j:log4j:jar:1.2.14
> ---------------------------------------------------
>
> Key: JBDEPLOY-263
> URL: https://jira.jboss.org/browse/JBDEPLOY-263
> Project: JBoss Deployers
> Issue Type: Bug
> Reporter: Thomas Diesler
>
> deployers/trunk does not build
> [INFO] Building JBoss Deployers Core
> ...
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) apache-log4j:log4j:jar:1.2.14
> Try downloading the file manually from the project website.
> Then, install it using the command:
> mvn install:install-file -DgroupId=apache-log4j -DartifactId=log4j -Dversion=1.2.14 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
> mvn deploy:deploy-file -DgroupId=apache-log4j -DartifactId=log4j -Dversion=1.2.14 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
> 1) org.jboss.deployers:jboss-deployers-core:jar:2.2.0-SNAPSHOT
> 2) org.jboss.test:jboss-test:jar:1.1.1.GA
> 3) apache-log4j:log4j:jar:1.2.14
> ----------
> 1 required artifact is missing.
> for artifact:
> org.jboss.deployers:jboss-deployers-core:jar:2.2.0-SNAPSHOT
> from the specified remote repositories:
> jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/)
> Perhaps this is a deprecated dependency
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list