You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/10/20 02:59:12 UTC

[jira] Closed: (MEV-127) xdoclet2 plugins have an invalid dependency reference

     [ http://jira.codehaus.org/browse/MEV-127?page=all ]
     
Carlos Sanchez closed MEV-127:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Duplicate

MEV-110

> xdoclet2 plugins have an invalid dependency reference
> -----------------------------------------------------
>
>          Key: MEV-127
>          URL: http://jira.codehaus.org/browse/MEV-127
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Johann Reyes
>     Assignee: Carlos Sanchez

>
>
> All the artifacts for the maven-plugins group have an invalid dependency reference:
>     <dependency>
>       <groupId>${pom.groupId}</groupId>
>       <artifactId>xdoclet-plugin-qtags</artifactId>
>       <version>${pom.currentVersion}</version>
>     </dependency>
> when it should be:
>     <dependency>
>       <groupId>${pom.groupId}</groupId>
>       <artifactId>xdoclet-plugin-qtags</artifactId>
>       <version>${pom.version}</version>
>     </dependency>
> or much better:
>     <dependency>
>       <groupId>xdoclet-plugins</groupId>
>       <artifactId>xdoclet-plugin-qtags</artifactId>
>       <version>1.0.2</version>
>     </dependency>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org