You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/05/10 23:30:41 UTC

[jira] Updated: (MNG-2288) Dependencies listed as version ${project.version} in maven-archetype prevent the use of archetypes

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

Carlos Sanchez updated MNG-2288:
--------------------------------

    Summary: Dependencies listed as version ${project.version} in maven-archetype prevent the use of archetypes  (was: Dependencies listed as version ${project.version} in maven-archetype)

> 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

>
>
> 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