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/26 09:37:18 UTC

[maven-assembly-plugin] branch stabilize_ITs updated: Update surefire-plugin, older versions have trouble with long paths on Windows

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 ac1fd44  Update surefire-plugin, older versions have trouble with long paths on Windows
ac1fd44 is described below

commit ac1fd44cfd7d2e9f9cdb1df4057395054f7486d9
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Dec 26 10:37:11 2018 +0100

    Update surefire-plugin, older versions have trouble with long paths on Windows
---
 src/it/it-project-parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/it/it-project-parent/pom.xml b/src/it/it-project-parent/pom.xml
index 39fcd16..45731db 100644
--- a/src/it/it-project-parent/pom.xml
+++ b/src/it/it-project-parent/pom.xml
@@ -34,9 +34,15 @@ under the License.
           <version>@project.version@</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>3.1.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.22.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>