"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...