Hi
I am pretty new to maven . My question is what goal will be executed for the
followng script
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
</plugins>
</build>
How to find wich goal/goals of maven-pmd-plugin will be invoked ? Does help
or document for plug-in provide any info on this?
Thanks
Kumar
--
View this message in context:
http://www.nabble.com/How-to-Find-Default-goal-of-a-plugin-in-POM-tp20317102p20317102.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]