The docs should be here: http://maven.apache.org/plugins/maven-war-plugin/index.html

I don't know what happened to the web page, but i think you can download the source and do "mvn site:site" and you'll get the plugin html pages.


Michael Bauschert wrote:
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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to