Having the apis under a varia/src project does not allow for separate artifacts though.
You need a maven project source tree per artifact. It would have to be something like:
| mc ---> varia
| |
| |-> osgi-api ---> repository / pom.xml
| |
| |-> <other apis> / pom.xml
| |-> [some]-api / pom.xml
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041148#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...