[jboss-dev-forums] [Design of JBoss Build System] - Re: Getting aop 2.0.0.CR10 jars into AS

kabir.khan@jboss.com do-not-reply at jboss.com
Wed May 28 08:14:19 EDT 2008


It fails if I just specify the plugin

  | kabir@~/sourcecontrol/thirdparty/legacy/jboss/aop/2.0.0.CR10]
  | $mvn org.jboss.maven.plugins:maven-buildmagic-thirdparty-plugin:maven-deploy -Durl=file:///Users/kabir/sourcecontrol/thirdparty/maven2/
  | [INFO] Scanning for projects...
  | [INFO] ------------------------------------------------------------------------
  | [ERROR] BUILD ERROR
  | [INFO] ------------------------------------------------------------------------
  | [INFO] The plugin 'org.jboss.maven.plugins:maven-buildmagic-thirdparty-plugin' does not exist or no valid version could be found
  | [INFO] ------------------------------------------------------------------------
  | [INFO] For more information, run Maven with the -e switch
  | [INFO] ------------------------------------------------------------------------
  | [INFO] Total time: < 1 second
  | [INFO] Finished at: Wed May 28 13:12:27 BST 2008
  | [INFO] Final Memory: 1M/2M
  | [INFO] ------------------------------------------------------------------------
  | 

but works if I specify the version number for the plugin

  | [kabir@~/sourcecontrol/thirdparty/legacy/jboss/aop/2.0.0.CR10]
  | $mvn org.jboss.maven.plugins:maven-buildmagic-thirdparty-plugin:2.0:maven-deploy -Durl=file:///Users/kabir/sourcecontrol/thirdparty/maven2/
  | ...
  | [INFO] BUILD SUCCESSFUL
  | [INFO] ------------------------------------------------------------------------
  | [INFO] Total time: 2 seconds
  | [INFO] Finished at: Wed May 28 13:12:39 BST 2008
  | [INFO] Final Memory: 2M/4M
  | [INFO] ------------------------------------------------------------------------
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153922#4153922

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153922



More information about the jboss-dev-forums mailing list