[jboss-dev-forums] [Design of JCA on JBoss] - Re: JBAS-5023
vickyk
do-not-reply at jboss.com
Tue May 20 13:57:54 EDT 2008
"jesper.pedersen" wrote : Vicky, do you have some cycles to complete this task ?
Yes I have started looking into this .
Ales , I have been trying to figure out for the changes to be made in the RAR deployers so was trying to build and run the test from here
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk
I do get this error
C:\Documents and Settings\Vicky.JBOSS-VICKY\workspace\jboss-deployers>mvn instal
| l
| [INFO] Scanning for projects...
| [INFO] Reactor build order:
| [INFO] JBoss Deployers Build
| [INFO] JBoss Deployers Core SPI
| [INFO] JBoss Deployers Core
| [INFO] JBoss Deployers Client SPI
| [INFO] JBoss Deployers Client
| [INFO] JBoss Deployers Structure SPI
| [INFO] JBoss Deployers SPI
| [INFO] JBoss Deployers Impl
| [INFO] JBoss Deployers VFS SPI
| [INFO] JBoss Deployers VFS
| [INFO] JBoss Deployers Aggregator
| WAGON_VERSION: 1.0-beta-2
| [INFO] -------------------------------------------------------------------------
| ---
| [INFO] Building JBoss Deployers Build
| [INFO] task-segment: [install]
| [INFO] -------------------------------------------------------------------------
| ---
| Downloading: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jboss-d
| eploy-plugin/1.6/maven-jboss-deploy-plugin-1.6.jar
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD FAILURE
| [INFO] ------------------------------------------------------------------------
| [INFO] A required plugin was not found: Plugin could not be found - check that t
| he goal name is correct: 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.maven.plugins -DartifactId=mave
| n-jboss-deploy-plugin \
| -Dversion=1.6 -Dpackaging=maven-plugin -Dfile=/path/to/file
| Alternatively, if you host your own repository you can deploy the file there:
| mvn deploy:deploy-file -DgroupId=org.jboss.maven.plugins -DartifactId=maven-jb
| oss-deploy-plugin \
| -Dversion=1.6 -Dpackaging=maven-plugin -Dfile=/path/to/file \
| -Durl=[url] -DrepositoryId=[id]
|
|
| org.jboss.maven.plugins:maven-jboss-deploy-plugin:maven-plugin:1.6
|
| from the specified remote repositories:
| central (http://repo1.maven.org/maven2)
|
| org.jboss.maven.plugins:maven-jboss-deploy-plugin:maven-plugin:1.6
|
| from the specified remote repositories:
| central (http://repo1.maven.org/maven2)
|
| [INFO] ------------------------------------------------------------------------
| [INFO] For more information, run Maven with the -e switch
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 5 seconds
| [INFO] Finished at: Tue May 20 23:22:11 IST 2008
| [INFO] Final Memory: 5M/10M
| [INFO] ------------------------------------------------------------------------
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152099#4152099
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152099
More information about the jboss-dev-forums
mailing list