Issue Type: Bug Bug
Assignee: Unassigned
Components: maven
Created: 13/Jan/13 6:03 PM
Description:

1. Create a new Freestyle project.
2. Add two "Invoke top-level Maven targets" build steps
3. Click "advanced" on each build specify and specify "-Dhttps.protocols=SSLv3 -Dforce.http.jre.executor=true" for JVM Options
4. Run the project. Notice that the JVM options are never used. Instead, I get this output:

[boost_snapshot] $ /home/builds/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_auto-install_/bin/mvn -Dsonatype_password=**** -Dsonatype_username=**** -Plinux-i386-gcc-debug deploy

This is reproducible always.

The reason I consider this critical is there is a critical Maven bug that we cannot work around without the ability to specify MAVEN_OPTS. See http://jira.codehaus.org/browse/MNG-5363 for more information.

Project: Jenkins
Priority: Critical Critical
Reporter: cowwoc
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to