[jboss-cvs] JBossAS SVN: r108115 - trunk/component-matrix.

Frank Langelage frank at lafr.de
Sun Sep 12 07:31:22 EDT 2010



A new checkout and build of JBossAS trunk fails for me now.
Version 1.0.2 is not available at
http://repository.jboss.org/nexus/content/groups/public/org/jboss/jsf/integration/jboss-jsf-deployer/.

[INFO] JBoss Application Server Resteasy ................. SUCCESS
[1:17.677s]
[INFO] JBoss Application Server Resteasy Distribution .... SUCCESS
[1:16.135s]
[INFO] JBoss Application Server Tomcat ................... FAILURE
[1:37.941s]
[INFO] JBoss Application Server Varia .................... SKIPPED
[INFO] JBoss Application Server Webservices .............. SKIPPED
[INFO] JBoss Application Server Weld Integration ......... SKIPPED
[INFO] JBoss Application Server Weld Integration EE services  SKIPPED
[INFO] JBoss Application Server Weld Integration EE Webtier services
SKIPPED
[INFO] JBoss Application Server Weld Integration MC Deployers  SKIPPED
[INFO] Weld JBoss AS Integration: MC Deployers for injection between
Weld and MC  SKIPPED
[INFO] JBoss Application Server Weld Integration Assembly  SKIPPED
[INFO] JBoss Application Server Dependency Chain ......... SKIPPED
[INFO] JBoss Application Server Build .................... SKIPPED
[INFO] JBoss Application Server EmbeddedAS TestSuite ..... SKIPPED
[INFO] JBoss Application Server Distribution ............. SKIPPED
[INFO] JBoss Application Server Resteasy Integration ..... SKIPPED
[INFO] JBoss Application Server Client POM ............... SKIPPED
[INFO] JBoss Application Server Testsuite ................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 38:09.085s
[INFO] Finished at: Sun Sep 12 12:18:16 CEST 2010
[INFO] Final Memory: 163M/374M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.1:unpack (unpack) on
project jboss-as-tomcat: Unable to find artifact. Unable to download the
artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.jboss.jsf.integration
-DartifactId=jboss-jsf-deployer -Dversion=1.0.2 -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.jsf.integration
-DartifactId=jboss-jsf-deployer -Dversion=1.0.2 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


   org.jboss.jsf.integration:jboss-jsf-deployer:jar:1.0.2

from the specified remote repositories:
   jboss-public-repository-group
(http://repository.jboss.org/nexus/content/groups/public/,
releases=true, snapshots=true),
   central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
->  [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn<goals>  -rf :jboss-as-tomcat



On 11.09.10 22:08, jboss-cvs-commits at lists.jboss.org wrote:
> Author: stan.silvert at jboss.com
> Date: 2010-09-11 16:08:17 -0400 (Sat, 11 Sep 2010)
> New Revision: 108115
>
> Modified:
>     trunk/component-matrix/pom.xml
> Log:
> JBAS-7738 Upgrade to Mojarra 2.0.3
> JBAS-8264 Fix for @FacesValidator annotation
> JBAS-8272 Change property name on JSFUrlIntegrationDeployer
> Upgrade Mojarra 1.2 to 1.2_15
> JBAS-8405 Add MyFaces 2.0 support
>
>
> Modified: trunk/component-matrix/pom.xml
> ===================================================================
> --- trunk/component-matrix/pom.xml	2010-09-11 19:11:00 UTC (rev 108114)
> +++ trunk/component-matrix/pom.xml	2010-09-11 20:08:17 UTC (rev 108115)
> @@ -59,7 +59,7 @@
>       <version.jboss.jbossws-framework>3.4.0.Beta2</version.jboss.jbossws-framework>
>       <version.jboss.jbossws-spi>1.4.0.Beta2</version.jboss.jbossws-spi>
>       <version.jboss.jms-integration-tests>1.0.1.GA</version.jboss.jms-integration-tests>
> -<version.jboss.jsf-deployer>1.0.0</version.jboss.jsf-deployer>
> +<version.jboss.jsf-deployer>1.0.2</version.jboss.jsf-deployer>
>       <version.jboss.osgi.blueprint>1.0.0.Beta2</version.jboss.osgi.blueprint>
>       <version.jboss.osgi.common>1.0.4</version.jboss.osgi.common>
>       <version.jboss.osgi.common.core>2.2.13.GA</version.jboss.osgi.common.core>
>
> _______________________________________________
> jboss-cvs-commits mailing list
> jboss-cvs-commits at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-cvs-commits
>



More information about the jboss-cvs-commits mailing list