[ 
http://jira.codehaus.org/browse/MRELEASE-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MRELEASE-378:
-------------------------------------

    Component/s: prepare

> Check snapshots phase ignores plugin dependencies
> -------------------------------------------------
>
>                 Key: MRELEASE-378
>                 URL: http://jira.codehaus.org/browse/MRELEASE-378
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-7
>            Reporter: Mark Hobson
>
> The check snapshots phase ignores snapshot plugin dependencies and the 
> project can be released.  For example:
> {noformat}<project>
>       ...
>       <build>
>               <plugins>
>                       <plugin>
>                               <groupId>myPluginGroup</groupId>
>                               <artifactId>myPluginArtifact</artifactId>
>                               <dependencies>
>                                       <dependency>
>                                               <groupId>myGroup</groupId>
>                                               
> <artifactId>myArtifact</artifactId>
>                                               <version>1.0-SNAPSHOT</version>
>                                       </dependency>
>                               </dependencies>
>                       </plugin>
>               </plugins>
>       </build>
>       ...
> </project>{noformat}

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