![]() |
|
|
|
|
|
|
Change By:
|
Laurent TOURREAU
(29/Apr/15 8:31 AM)
|
|
Summary:
|
Maven 3.3.1 build fail on Unix if
this
Maven
is
version doesn't match with
the
default installation
one in $PATH
|
|
Description:
|
We face the following build error when using Maven 3.3.1
(
in Jenkins with
the
unique
following setup: *
Maven
installation)
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)
{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.
I added more precision of the configuration.