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/07/30 11:23:17 UTC

[maven-integration-testing] branch MNG-6726 created (now f838934)

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a change to branch MNG-6726
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at f838934  [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 branch includes the following new commits:

     new f838934  [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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ti...@apache.org.
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 <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>