You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2016/08/10 09:06:20 UTC

[jira] [Created] (INFRA-12405) Maven versions are not available on all build machines

Maximilian Michels created INFRA-12405:
------------------------------------------

             Summary: Maven versions are not available on all build machines
                 Key: INFRA-12405
                 URL: https://issues.apache.org/jira/browse/INFRA-12405
             Project: Infrastructure
          Issue Type: Bug
          Components: Jenkins
            Reporter: Maximilian Michels


On Jenkins, we want to build with a specific Maven version. So we set the appropriate Maven version through an environment variable.

Then we change the PATH to load the specific maven version, like this:

export PATH="$MAVEN_3_2_5_HOME/bin:$PATH"

This stopped working and our Maven script can't find the Maven binaries anymore. Which Maven versions are expected to be available on the build slaves?

https://builds.apache.org/job/flink-snapshot-deployment/




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)