This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch MNG-6726 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit f838934c0a1a670c012bd669f8766efa6b6e8320 Author: tibordigana <[email protected]> AuthorDate: Tue Jul 30 13:22:47 2019 +0200 [MNG-6726] Integration tests should use non empty MAVEN_OPTS. Jenkinsfile and 'core-it-suite' should accept custom MAVEN_OPTS from developers and their CLI. --- core-it-suite/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml index 444b31c..82f2496 100644 --- a/core-it-suite/pom.xml +++ b/core-it-suite/pom.xml @@ -348,6 +348,9 @@ under the License. <value>false</value> </property> </systemProperties> + <environmentVariables> + <MAVEN_OPTS>${env.MAVEN_OPTS}</MAVEN_OPTS> + </environmentVariables> </configuration> </plugin> </plugins>
