You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2019/03/07 15:55:19 UTC

svn commit: r1854986 - /db/derby/code/trunk/maven2/war/pom.xml

Author: rhillegas
Date: Thu Mar  7 15:55:19 2019
New Revision: 1854986

URL: http://svn.apache.org/viewvc?rev=1854986&view=rev
Log:
DERBY-7010: Update the pom used to deploy derby.war to the staging repos; commit derby-7010-12-aa-updateWarPom.diff.

Modified:
    db/derby/code/trunk/maven2/war/pom.xml

Modified: db/derby/code/trunk/maven2/war/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/war/pom.xml?rev=1854986&r1=1854985&r2=1854986&view=diff
==============================================================================
--- db/derby/code/trunk/maven2/war/pom.xml (original)
+++ db/derby/code/trunk/maven2/war/pom.xml Thu Mar  7 15:55:19 2019
@@ -37,6 +37,11 @@
 
   <build>
     <plugins>
+        <plugin>  
+           <groupId>org.apache.maven.plugins</groupId>  
+           <artifactId>maven-war-plugin</artifactId>  
+           <version>2.1.1</version>  
+        </plugin>  
         <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <executions>