How can I find out the default plugin executions? For example, how would I know that maven-clean-plugin or maven-site-plugin isn't automatically in the build lifecycle (therefore requiring me to do a mvn clean or mvn site specifically or adding it as an execution in pom.xml)?
Also, why does mvn clean automatically run mvn clean:clean for maven-clean-plugin (or mvn site run mvn site:site for maven-site-plugin)? clean (and site) doesn't seem to be a lifecycle phase (http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html). Thanks. -- View this message in context: http://www.nabble.com/Default-executions-tf4938531s177.html#a14136117 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
