[ http://jira.codehaus.org/browse/ARCHETYPE-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter moved MNG-2288 to ARCHETYPE-78:
--------------------------------------------
Affects Version/s: (was: 2.0.4)
1.0-alpha-4
Fix Version/s: (was: 2.0.x)
Complexity: (was: Intermediate)
Key: ARCHETYPE-78 (was: MNG-2288)
Project: Maven Archetype (was: Maven 2)
> Dependencies listed as version ${project.version} in maven-archetype prevent the use
of archetypes
> --------------------------------------------------------------------------------------------------
>
> Key: ARCHETYPE-78
> URL: http://jira.codehaus.org/browse/ARCHETYPE-78
> Project: Maven Archetype
> Issue Type: Bug
> Affects Versions: 1.0-alpha-4
> Reporter: Wayne Fay
> Priority: Critical
>
> Dependencies are listed as ${project.version} in deployed POM.
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>org.apache.maven.archetype</groupId>
> <artifactId>maven-archetype-model</artifactId>
> <version>${project.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.maven.archetype</groupId>
> <artifactId>maven-archetype-core</artifactId>
> <version>${project.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.maven.archetype</groupId>
> <artifactId>maven-archetype-creator</artifactId>
> <version>${project.version}</version>
> </dependency>
> </dependencies>
> </dependencyManagement>
--
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
|