Unable to release with maven 3 when having no $HOME/.m2/settings.xml
--------------------------------------------------------------------

                 Key: MRELEASE-551
                 URL: http://jira.codehaus.org/browse/MRELEASE-551
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
          Components: prepare
    Affects Versions: 2.0, 2.0-beta-9, 2.0-beta-8
            Reporter: Baptiste MATHUS


I've recently tried to release a small remote-resources project, but couldn't 
do it with mvn3. After some look-up, it seems to be the result of several 
changes:
* I don't have any $HOME/.m2/settings.xml (only the $M2_HOME/conf/settings.xml 
is present and configured).
* From the 2.0-beta-8 of the release plugin, it now uses the -s option during 
the prepare phase
* from the mvn3.0-alpha-3, maven now don't ignore silently the absence of a 
settings.xml file specified with the -s option (see MNG-4408)

To reproduce, try to run release:prepare with mvn3 without having a user 
settings.xml.

Let me know if you need more information.

Cheers

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