[jboss-dev-forums] [Design of JBoss Portal] - Re: Maven Migration Status
anders3
do-not-reply at jboss.com
Thu Sep 20 01:52:45 EDT 2007
About duplicate resources:
If the resources is a jar thing you should just make a jar with the resources and depend on it when needed.
But I think you mean resources of web type. like *.jsp, At least I found some of these when I did maven transformation of the portal (JIRA JBPORTAL-1615)
And here the war plugin is able to depend on other war artifacts.
So you can collect duplicate resources in a "base" war and depend on this one in the real war artifacts.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086443#4086443
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086443
More information about the jboss-dev-forums
mailing list