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

Robert Scholte closed MRELEASE-902.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.2
         Assignee: Robert Scholte

Fixed by MRELEASE-903

> release:prepare fails on Windows since Maven-3.3.x
> --------------------------------------------------
>
>                 Key: MRELEASE-902
>                 URL: https://jira.codehaus.org/browse/MRELEASE-902
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.5.1
>         Environment: Windows OS
>            Reporter: redfish4ktc
>            Assignee: Robert Scholte
>             Fix For: 2.5.2
>
>
> The issue seems related to MSHARED-413 as the maven-release-plugin depends on 
> maven-invoker-2.1
> *Possible Fix*
> Depends on maven-invoker-2.2
> *Current workaround*
> Force usage of maven-invoker-2.2 as described in 
> http://mail-archives.apache.org/mod_mbox/maven-announce/201503.mbox/%[email protected]%3E
> {code:xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-release-plugin</artifactId>
>   <version>2.5.1</version>
>   <dependencies>
>     <dependency>
>       <groupId>org.apache.maven.shared</groupId>
>       <artifactId>maven-invoker</artifactId>
>       <version>2.2</version>
>     </dependency>
>   </dependencies>
> </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to