You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by kvenkatraman <ku...@gmail.com> on 2008/11/04 07:58:54 UTC

How to Find Default goal of a plugin in POM

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org