More progress: perform succeeded!

When trying to perform, maven starts with a warning:


> [WARNING] Maven will be executed in interactive mode, but no input stream
> has been configured for this MavenInvoker instance.
> 
This lead to http://jira.codehaus.org/browse/MRELEASE-424 ; I applied the
fix but had also provide the username / password to get it to work.
In the parent pom.xml, I did:


>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-release-plugin</artifactId>
>           <version>2.0-beta-9</version>
>           <configuration>
>               <username>henrib</username>
>               <password>mypassword</password>
>           <mavenExecutorId>forked-path</mavenExecutorId>
>           </configuration>
>         </plugin>
> 

The command line I used was:


> mvn -Prc -Dgpg.passphrase=mygkgkey -Dpassword=mypassword release:perform
> -e
> 

The settings.xml also contained the username / password for good measure...
Dont know how much is redundant but this finally made it work.

I'll send out the vote momentarily.
Thanks to all for helping out!


-- 
View this message in context: 
http://old.nabble.com/Help-cutting-JEXL-2.0-RC1-needed-tp26339499p26362268.html
Sent from the Commons - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to