You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "redfish4ktc (JIRA)" <ji...@codehaus.org> on 2015/03/26 02:23:17 UTC

[jira] (MRELEASE-902) release:prepare fails on Windows since Maven-3.3.x

redfish4ktc created MRELEASE-902:
------------------------------------

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


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/%3Cop.xv0to7ugkdkhrr@robertscholte.dynamic.ziggo.nl%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)