[jboss-dev-forums] [Design of JBoss Build System] - Re: jboss common maven build
adrian@jboss.org
do-not-reply at jboss.com
Thu Mar 29 08:53:58 EDT 2007
And if I comment out the retro build, I then see this error
| [INFO] ----------------------------------------------------------------------------
| [INFO] Building JBoss Logging Log4j
| [INFO] task-segment: [package]
| [INFO] ----------------------------------------------------------------------------
| [INFO] [resources:resources]
| [INFO] Using default encoding to copy filtered resources.
| Downloading: http://repository.jboss.com/maven2//apache-log4j/log4j/1.2.14/log4j-1.2.14.pom
| [WARNING] Unable to get resource from repository jboss (http://repository.jboss.com/maven2/)
| Downloading: http://repo1.maven.org/maven2/apache-log4j/log4j/1.2.14/log4j-1.2.14.pom
| [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
| Downloading: http://repository.jboss.com/maven2//jboss/jboss-logging-spi/2.0.3.GA/jboss-logging-spi-2.0.3.GA.jar
| 7K downloaded
| Downloading: http://repository.jboss.com/maven2//apache-log4j/log4j/1.2.14/log4j-1.2.14.jar
| [WARNING] Unable to get resource from repository jboss (http://repository.jboss.com/maven2/)
| Downloading: http://repo1.maven.org/maven2/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar
| [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD ERROR
| [INFO] ------------------------------------------------------------------------
| [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
|
| Path to dependency:
| 1) jboss:jboss-common-logging-log4j:jar:2.0.4-SNAPSHOT
| 2) apache-log4j:log4j:jar:1.2.14
|
| ----------
| 1 required artifact is missing.
|
| for artifact:
| jboss:jboss-common-logging-log4j:jar:2.0.4-SNAPSHOT
|
| from the specified remote repositories:
| central (http://repo1.maven.org/maven2),
| jboss (http://repository.jboss.com/maven2/)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032747#4032747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032747
More information about the jboss-dev-forums
mailing list