Can you please point me to where I can find a listing of a plugin's
configurable properties?  

For example, I wanted the war plugin to use ${basedir}/build as the output
directory (instead of the default target directory) but was unable to find
out how to do so by reading the 
http://maven.apache.org/plugins/maven-war-plugin/ documentation .  I finally
had to go look at the 
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java
source   to "figure out" that I could set project.build.directory or
configure the outputDirectory for the plugin.

With Maven1, the plugin's site has a section called "Plugin properties" for
such information.  There doesn't seem to be such a setup for M2.  Am I
correct?  I am looking for something like 
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html what is
there  for the test mojo of the surefire plugin.

Sri

-- 
View this message in context: 
http://www.nabble.com/Where-is-plugin-configuration-information--tp15189569s177p15189569.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to