Or you could use the 'help:describe' goal on the plugin:

mvn help:describe -DgroupId=org.apache.maven.plugins 
-DartifactId=maven-war-plugin -Dfull=true

throw in the -Dversion if you need to know it for a specific version!

Roland



On Thursday 01 June 2006 10:16, Edwin Punzalan wrote:
> 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]


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

Reply via email to