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

mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git


The following commit(s) were added to refs/heads/master by this push:
     new 70edd69  upgrade maven-archiver and maven-war-plugin to get beyond 
EXT4 and Java FS I/O issue.
70edd69 is described below

commit 70edd693bac7c288c7e2febc6365f5ed1f09bfd7
Author: Chris Mattmann <[email protected]>
AuthorDate: Mon Aug 20 22:03:39 2018 +0000

    upgrade maven-archiver and maven-war-plugin to get beyond EXT4 and Java FS 
I/O issue.
---
 pom.xml                     | 2 +-
 webapps/proteus-new/pom.xml | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 793e38d..aef2f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.6</version>
         <configuration>
           <archive>
             <index>true</index>
diff --git a/webapps/proteus-new/pom.xml b/webapps/proteus-new/pom.xml
index f96f0a8..9ff9649 100644
--- a/webapps/proteus-new/pom.xml
+++ b/webapps/proteus-new/pom.xml
@@ -86,6 +86,13 @@
                <workingDirectory>src/main/webapp/resources/</workingDirectory>
        </configuration>
        </plugin>
+        <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-war-plugin</artifactId>
+         <version>2.1.1</version>
+         <configuration>
+         </configuration>
+        </plugin>
      </plugins>             
   </build>
   <dependencies>

Reply via email to