Fork me on GitHub

Maven Archetype Packaging Reference

Plugin bindings for maven-archetype packaging

<phases>
  <process-resources>org.apache.maven.plugins:maven-resources-plugin:${version.maven-resources-plugin}:resources</process-resources>
  <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:${version.maven-resources-plugin}:testResources</process-test-resources>
  <package>org.apache.maven.plugins:maven-archetype-plugin:${project.version}:jar</package>
  <integration-test>org.apache.maven.plugins:maven-archetype-plugin:${project.version}:integration-test</integration-test>
  <install>org.apache.maven.plugins:maven-install-plugin:${version.maven-install-plugin}:install,
    org.apache.maven.plugins:maven-archetype-plugin:${project.version}:update-local-catalog
  </install>
  <deploy>org.apache.maven.plugins:maven-deploy-plugin:${version.maven-deploy-plugin}:deploy</deploy>
</phases>

(see plugin bindings for Maven-provided packagings)