[jboss-dev-forums] [Design of JBoss Portal] - Re: Maven Migration Status
wesleyhales
do-not-reply at jboss.com
Wed Sep 26 11:14:54 EDT 2007
Since we are modeling the portal maven structure after the MC structure, I wanted to clear up why the directories are different from the maven default before I go off refactoring all the portal modules.
| With maven2 default modules you have:
| -src
| |-main
| |-java
| |-resources
| |-filters
| |-test
| |-java
| |-resources
| |-filters
|
| With MC modules you have:
| -src
| |-main
| |-resources
| |-main
| |-tests
| |-tests
After a discussion with Paul Gier on this, he told me that he would recommend using the default maven2 structure because it has some advantages over our old standard ant build structure. And the only reason they did this is to run ant builds in parallel.
We are also running ours in parallel, but after working through the modules/common conversion and modifying the ant scripts, the changes were really small and I think we can move forward with the new maven2 structure. Unless anyone sees a reason why we shouldn't.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088898#4088898
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088898
More information about the jboss-dev-forums
mailing list