[jboss-dev] Trunk does not build?
Paul Gier
pgier at redhat.com
Mon Aug 10 10:33:14 EDT 2009
I removed generation of the jboss main client jar due to JBAS-6993, but loos
like I missed a reference to it in the client pom. It should be fixed now.
Alessio Soldano wrote:
> Hi,
> after cleaning up my local m2 repository, I currently see failure in
> building AS trunk, something wrong on our m2 repo?
> (See also: http://jbossws.jboss.org:8180/hudson/job/AS-6.0.0/43/console)
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building JBoss Application Server Client POM
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: set-build-properties}]
> [INFO] [build-helper:maven-version {execution: default}]
> Downloading:
> http://snapshots.jboss.org/maven2/org/jboss/jbossas/jboss-as-main/6.0.0-SNAPSHOT/jboss-as-main-6.0.0-SNAPSHOT-client.jar
> Downloading:
> http://repository.apache.org/snapshots/org/jboss/jbossas/jboss-as-main/6.0.0-SNAPSHOT/jboss-as-main-6.0.0-SNAPSHOT-client.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.jboss.jbossas:jboss-as-main:jar:client:6.0.0-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.jboss.jbossas
> -DartifactId=jboss-as-main -Dversion=6.0.0-SNAPSHOT -Dclassifier=client
> -Dpackaging=jar -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
> mvn deploy:deploy-file -DgroupId=org.jboss.jbossas
> -DartifactId=jboss-as-main -Dversion=6.0.0-SNAPSHOT -Dclassifier=client
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1) org.jboss.jbossas:jboss-as-client:pom:6.0.0-SNAPSHOT
> 2) org.jboss.jbossas:jboss-as-main:jar:client:6.0.0-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.jboss.jbossas:jboss-as-client:pom:6.0.0-SNAPSHOT
>
More information about the jboss-development
mailing list