You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/12/23 21:59:55 UTC

[maven-assembly-plugin] branch stabilize_ITs updated: Use latest maven-invoker-plugin + cleanup configuration Let Jenkins use tmpWs

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

rfscholte pushed a commit to branch stabilize_ITs
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


The following commit(s) were added to refs/heads/stabilize_ITs by this push:
     new 992d1ab  Use latest maven-invoker-plugin + cleanup configuration Let Jenkins use tmpWs
992d1ab is described below

commit 992d1abf8ae8294213c1887b74f162f0bb87e1aa
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Dec 23 22:59:51 2018 +0100

    Use latest maven-invoker-plugin + cleanup configuration
    Let Jenkins use tmpWs
---
 Jenkinsfile | 2 +-
 pom.xml     | 5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..261d8bb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(tmpWs:true)
diff --git a/pom.xml b/pom.xml
index 50f7e93..81a0246 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,6 @@ under the License.
 
       <properties>
         <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>
-        <it.streamLogs>false</it.streamLogs>
         <testVersion>${project.version}</testVersion>
       </properties>
 
@@ -384,6 +383,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.1.0</version>
             <configuration>
               <properties>
                 <testVersion>${testVersion}</testVersion>
@@ -396,8 +396,6 @@ under the License.
               <execution>
                 <id>integration-test</id>
                 <configuration>
-                  <cloneClean>true</cloneClean>
-                  <testPropertiesFile>test.properties</testPropertiesFile>
                   <setupIncludes>
                     <setupInclude>it-project-parent/pom.xml</setupInclude>
                   </setupIncludes>
@@ -406,7 +404,6 @@ under the License.
                     <pomInclude>projects/descriptor-refs/*/*/pom.xml</pomInclude>
                     <pomInclude>projects/multimodule/multimodule-siblingParent/parent/pom.xml</pomInclude>
                   </pomIncludes>
-                  <streamLogs>${it.streamLogs}</streamLogs>
                   <pomExcludes>
                     <pomExclude>projects/repositories/repo-with-snapshot-parents/pom.xml</pomExclude>
                     <pomExclude>projects/dependency-sets/depSet-transFromProfile/pom.xml</pomExclude>