Apache Maven Archetype 2.3 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Archetype, version 2.3.

In short, Archetype is a Maven project templating toolkit.

Using the new release:

1mvn org.apache.maven.plugins:maven-archetype-plugin:2.3:generate

Release Notes Apache Maven Archetype Version 2.3:

Bugs:

  • ARCHETYPE-345 - archetype:create-from-project do not process and sections into EARs pom.xml
  • ARCHETYPE-397 - Required property default value is not displayed correctly if a Velocity expression
  • ARCHETYPE-413 - on linux adding element to generate pom.xml changes line endings to /r/n
  • ARCHETYPE-429 - JIRA report in site only shows fixes up to v2.1 of plugin
  • ARCHETYPE-435 - Bad link to old docs in usage page
  • ARCHETYPE-477 - Upgrade maven-invoker-plugin from 1.7 to 1.9

Improvements:

Tasks.

Wish:

Enjoy,

  • The Apache Maven team