The following need to be done to the mavenized JAXR project.
1) The parent of the project needs to be set to the JBoss parent. This way you get all the
definitions of plugins inherited (source, jar, release) etc.
An example is how the security project has done.
http://anonsvn.jboss.org/repos/jbossas/projects/security/security-jboss-s...
I suggest following the setup done by other projects such as JBoss Microcontainer.
2) Incorporate the maven release plugin which will do the pom modification to next
version, tagging etc automatically for you. The current process of updating the poms to
release version, tagging and then reverting the pom versions to next snapshot is
tedious/error-prone and better left to the maven release plugin.
3) Fix the 3rd party issue.
https://jira.jboss.org/jira/browse/JBAS-6098
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182397#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...