[ http://jira.codehaus.org/browse/MNG-2288?page=comments#action_65986 ]
Alexandre Poitras commented on MNG-2288:
----------------------------------------
This issue is very annoying because right now Maven tries to find
org.apache.maven.archetype:maven-archetype-core:jar:1.0-SNAPSHOT and therefore
fails.
> Dependencies listed as version ${project.version} in maven-archetype prevent
> the use of archetypes
> --------------------------------------------------------------------------------------------------
>
> Key: MNG-2288
> URL: http://jira.codehaus.org/browse/MNG-2288
> Project: Maven 2
> Type: Bug
> Versions: 2.0.4
> Reporter: Wayne Fay
> Priority: Critical
> Fix For: 2.0.5
>
>
> 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