You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by stephen_lynch <st...@rocketmail.com> on 2006/04/19 11:34:53 UTC

[m2] MWAR-12 Changes to maven-war-plugin

The latest version of the source for this plugin has a webResources property
which appears to allow you to specify resources to be copied into the webapp
directory during packaging.

However, there is no get/set method for this property? How does one use
this?

Thanks,
Stephen
--
View this message in context: http://www.nabble.com/-m2-MWAR-12-Changes-to-maven-war-plugin-t1473295.html#a3984339
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] MWAR-12 Changes to maven-war-plugin

Posted by stephen_lynch <st...@rocketmail.com>.
Ignore this now.. Figured it out..

As it was defined as Resource[] i assumed the config was
<resources><resource>..</resource></resources> when in fact it should be
<webResources>....</webResources>


--
View this message in context: http://www.nabble.com/-m2-MWAR-12-Changes-to-maven-war-plugin-t1473295.html#a3984919
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org