← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3924: updated maven plugins (antrun, war, resources)

 

------------------------------------------------------------
revno: 3924
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-06-16 15:10:25 +0200
message:
  updated maven plugins (antrun, war, resources)
modified:
  dhis-2/dhis-web/dhis-web-commons/pom.xml
  dhis-2/dhis-web/pom.xml
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/pom.xml'
--- dhis-2/dhis-web/dhis-web-commons/pom.xml	2011-06-16 08:08:02 +0000
+++ dhis-2/dhis-web/dhis-web-commons/pom.xml	2011-06-16 13:10:25 +0000
@@ -17,6 +17,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+		<version>1.6</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>

=== modified file 'dhis-2/dhis-web/pom.xml'
--- dhis-2/dhis-web/pom.xml	2011-05-22 21:30:15 +0000
+++ dhis-2/dhis-web/pom.xml	2011-06-16 13:10:25 +0000
@@ -32,7 +32,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>2.1.1</version>
         <configuration>
           <archiveClasses>true</archiveClasses>
           <dependentWarExcludes>**/web.xml</dependentWarExcludes>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2011-06-12 09:34:27 +0000
+++ dhis-2/pom.xml	2011-06-16 13:10:25 +0000
@@ -129,7 +129,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5</version>
         <configuration>
           <encoding>${project.build.sourceEncoding}</encoding>
         </configuration>