You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/03 22:15:52 UTC

[maven-integration-testing] 01/03: [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.

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 5a40bb177b5ad3851cabf20c7983998d76258860
Author: tibordigana <ti...@apache.org>
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>