[ 
http://jira.codehaus.org/browse/MNG-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=209203#action_209203
 ] 

Kay Kay commented on MNG-4557:
------------------------------

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

> release:perform does not take the settings specified by the -s option 
> ----------------------------------------------------------------------
>
>                 Key: MNG-4557
>                 URL: http://jira.codehaus.org/browse/MNG-4557
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-7
>            Reporter: Kay Kay
>
> # mvn -s  <some.custom.settings.xml> release:perform 
> does not take the settings. 
> If we copy the same to - ~/.m2/settings.xml 
> # mvn release:perform 
> works fine. 
> Something does not add up. 

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