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

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


The following commit(s) were added to refs/heads/master by this push:
     new bd40522  maven cargo plugin updated to 1.7.0 + removed some (now) 
unneeded configuration from maven war plugin; no version bump
bd40522 is described below

commit bd4052251f6309e902c26e2f2ad440f45c7b8ec2
Author: juanpablo <juanpa...@apache.org>
AuthorDate: Tue Nov 13 20:47:54 2018 +0100

    maven cargo plugin updated to 1.7.0 + removed some (now) unneeded 
configuration from maven war plugin; no version bump
---
 jspwiki-war/pom.xml | 1 -
 pom.xml             | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/jspwiki-war/pom.xml b/jspwiki-war/pom.xml
index 72d01c6..4d861e1 100644
--- a/jspwiki-war/pom.xml
+++ b/jspwiki-war/pom.xml
@@ -185,7 +185,6 @@
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
-          <attachClasses>true</attachClasses>
           <webResources>
             <!-- Output directory configured above with the YUICompressor 
Maven plugin
             <resource>
diff --git a/pom.xml b/pom.xml
index a2e351d..6c9a9ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <plugin.jspc.version>2.4.6</plugin.jspc.version>
     <plugin.checksum.version>1.7</plugin.checksum.version>
     <plugin.jslint.version>1.0.1</plugin.jslint.version>
-    <plugin.cargo.version>1.6.10</plugin.cargo.version>
+    <plugin.cargo.version>1.7.0</plugin.cargo.version>
     <plugin.clirr.version>2.8</plugin.clirr.version>
     <plugin.cobertura.version>2.7</plugin.cobertura.version>
     <plugin.selenium.version>2.3</plugin.selenium.version>
@@ -576,7 +576,6 @@
                 
<Specification-Version>${project.version}</Specification-Version>
               </manifestEntries>
             </archive>
-            <archiveClasses>true</archiveClasses>
           </configuration>
         </plugin>
 

Reply via email to