[
https://jira.codehaus.org/browse/MARCHETYPES-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MARCHETYPES-16.
-------------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> Incorrect generation of POM when using maven-archetype-archetype
> ----------------------------------------------------------------
>
> Key: MARCHETYPES-16
> URL: https://jira.codehaus.org/browse/MARCHETYPES-16
> Project: Maven Archetype Bundles
> Issue Type: Bug
> Reporter: Steve Hodson
> Priority: Minor
>
> I recently followed the 'Guide to Creating Archetypes' and I noticed that the
> generated pom.xml in
> src/main/resources/archetype-resources
> displays
> <modelVersion>4.0.0</modelVersion>
> <groupId>$test.archetype</groupId>
> <artifactId>$test</artifactId>
> <version>$1.0-SNAPSHOT</version>
> <dependencies>
> <dependency>
> <groupId>junit</groupId>
> which is then used as the project pom when this archetype is run.
> It seems to be using the groupId, artifactId and version of the archetype and
> not generating ${groupId} et al. A workaround is to amend the file manually.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)