Hi Elizabeth,
You can set the source directory using the warSourceDirectory parameter,
which has a default value of ${basedir}/src/main/webapp,
in the pom.xml as shown below:
<project>
...
<plugin>
<groupId>sample.plugin</groupId>
...
<configuration>
<warSourceDirectory>path/to/directory</warSourceDirectory>
</configuration>
</plugin>
...
</project>
Thanks,
Odea
Sommers, Elizabeth wrote:
I want to use the maven war plugin on a non-compliant (to maven2) directory
setup. I think that the configuration takes place in the pom.xml - but I
have no idea how this needs to be configured.
Any help will be appreciated.
Thanks
liz sommers
[EMAIL PROTECTED]
____________________________
http://www.pragmatics.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]