[
http://jira.codehaus.org/browse/ARCHETYPE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed ARCHETYPE-299.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0-alpha-6
Assignee: Herve Boutemy
done in r937823
thank you
> create-from-project doesn't need to add <extensions>true</extensions> to
> template pom
> -------------------------------------------------------------------------------------
>
> Key: ARCHETYPE-299
> URL: http://jira.codehaus.org/browse/ARCHETYPE-299
> Project: Maven Archetype
> Issue Type: Improvement
> Components: Creator
> Reporter: luke w patterson
> Assignee: Herve Boutemy
> Priority: Minor
> Fix For: 2.0-alpha-6
>
>
> the archetype:create-from-project goal creates a pom with
> {code:xml}
> <build>
> <extensions>
> <extension>
> <groupId>org.apache.maven.archetype</groupId>
> <artifactId>archetype-packaging</artifactId>
> <version>2.0-alpha-4</version>
> </extension>
> </extensions>
> <plugins>
> <plugin>
> <artifactId>maven-archetype-plugin</artifactId>
> <version>2.0-alpha-4</version>
> <extensions>true</extensions>
> </plugin>
> </plugins>
> </build>
> {code}
> from what I understand, the {{<extensions>true</extensions>}} part isn't
> needed
> maven-archetype-plugin's component.xml:
> http://www.jarvana.com/jarvana/view/org/apache/maven/plugins/maven-archetype-plugin/2.0-alpha-4/maven-archetype-plugin-2.0-alpha-4.jar!/META-INF/plexus/components.xml
> archetype-packaging's components.xml:
> http://www.jarvana.com/jarvana/view/org/apache/maven/archetype/archetype-packaging/2.0-alpha-4/archetype-packaging-2.0-alpha-4.jar!/META-INF/plexus/components.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira