[jboss-dev-forums] [Design of JBoss Build System] - Re: JBoss/JCA Maven Build

pgier do-not-reply at jboss.com
Fri Jul 13 10:34:02 EDT 2007


"vickyk" wrote : 
  | Now building of the jbossjcacore-impl needs the jbossjcacore-spi generated jar file . I wanted to know if I can use the generated spi.jar SNAPSHOT from the local system , using server to download it through depends would work ... I wanted to know if I can use it locally .

Yes, you can use it from your local system without uploading to the repository server.  When you do a "mvn install" the jar gets installed into your local repository.  You will still have to specify it as a dependency, but if maven finds it locally, it won't go to the server to get it.

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

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



More information about the jboss-dev-forums mailing list