Hi all, can anybody tell me if the usage of the maven-war-plugin configuration tags has been documented?
Currently i am only aware of the warSourceDirectory-Element. But i think
there must be others for libs, classes dir etc.
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warSourceDirectory>sri2</warSourceDirectory>
</configuration>
</plugin>
