Change By: Laurent TOURREAU (29/Apr/15 8:51 AM)
Description: We face the following build error when using Maven 3.3.1 in Jenkins with the following setup:
*Maven 3.3.1 is installed on /apps/tools/distrib/apache-maven-3.3.1
*Maven 3.1.1 is installed on /apps/tools/distrib/apache-maven-3.1.1
*We have a symbolic link /apps/tools/distrib/maven -> /apps/tools/distrib/apache-maven-3.1.1
*We have added /apps/tools/distrib/maven/bin in $PATH OS environment variable
*On Jenkins we have configured a Maven installation (name : MAVEN, path : /apps/tools/distrib/apache-maven-3.3.1)
* The job we want to run is a Maven project which have a pre-step "Invoke top-level Maven targets" having (Default) as Maven version selected.
 
{code}
Building on master in workspace /myapp/mymodule
Updating svn://svn.mycompany.com/mymodule at revision '2015-04-23T16:00:24.616 +0100'
At revision 37434
no change for svn://svn.mycompany.com/mymodule since the previous build
[build_mymodule] $ mvn -DparentVersion=[31.0.26] versions:update-parent versions:use-releases -X
Build step 'Invoke top-level Maven targets' marked build as failure
{code}
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to