[ http://jira.codehaus.org/browse/MNG-2288?page=all ]

John Casey updated MNG-2288:
----------------------------

    Fix Version: 2.0.5

> 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

Reply via email to