> I am a newbie to Maven , i am having trouble in finding documentation > explaining the manner in which a plugin parameter configuration need to > be written in XML.The documentation section in maven web site clearly > explains the parameters of a plugin but it doesn't give the structure in > which those parameters are need to defined in XML. > > For instance , the following link explains about the dependency:analyse > goal > http://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html > but doesn't tell about, how the parameters need to be defined in the xml ( > say should they be inside a configuration tag or they need to be defined > as separate individual tags)
>From that url, click on Usage in the top of the left menu. That shows some samples for this plugin. Then also click on Configuring Plugins at the top of the Usage page for more info which can be applied to other plugins. Hopefully this clears things up for you. If you have specific problems/questions, ask again. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
