"pgier" wrote :
| I think that pretty much sums up our options
| 1 - Break into separate projects
| 2 - Create maven plugin to generate artifacts
| 3 - use ant to build the jars
|
The Option 1 looks simpler , so I continue with it . I separated the projects as
| jboss-jca
| ------->pom.xml
| ------>core
| ---------->jbossjcacore-impl
| ------->src
| ------->pom.xml
| ---------->jbossjcacore-spi
| ------->src
| ------->pom.xml
| ---------->pom.xml
| ------->adapter
| -->src
| -->pom.xml
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 .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063816#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...