Issue Details (XML | Word | Printable)

Key: MRELEASE-521
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Kay Kay
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Release Plugin

release:perform does not take the settings specified by the -s option

Created: 04/Feb/10 05:04 PM   Updated: 09/Feb/10 12:38 PM
Component/s: perform
Affects Version/s: 2.0-beta-7
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
  1. mvn -s <some.custom.settings.xml> release:perform

does not take the settings.

If we copy the same to - ~/.m2/settings.xml

  1. mvn release:perform

works fine.

Something does not add up.



Kay Kay added a comment - 04/Feb/10 05:08 PM

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.6</version>
</dependency>
</dependencies>

being used.

<prerequisites>
<maven>2.0.9</maven>
</prerequisites>