dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #39355
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19932: Reverted r 19929 for now, CI not happy
------------------------------------------------------------
revno: 19932
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-09-02 10:35:29 +0200
message:
Reverted r 19929 for now, CI not happy
modified:
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/pom.xml'
--- dhis-2/pom.xml 2015-09-02 07:23:59 +0000
+++ dhis-2/pom.xml 2015-09-02 08:35:29 +0000
@@ -97,7 +97,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.7</version>
+ <version>2.6</version>
<configuration>
<formats>
<format>html</format>
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.18.1</version>
+ <version>2.16</version>
<configuration>
<systemProperties>
<property>
@@ -141,7 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.18.1</version>
+ <version>2.16</version>
<configuration>
<systemProperties>
<property>
@@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.18.1</version>
+ <version>2.16</version>
<configuration>
<skipTests>true</skipTests>
<excludedGroups>org.hisp.dhis.IntegrationTest</excludedGroups>
@@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.3</version>
+ <version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -192,7 +192,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.7</version>
+ <version>2.5</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
@@ -201,7 +201,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.2</version>
+ <version>2.3.3</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
@@ -213,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.8</version>
+ <version>1.7</version>
<executions>
<execution>
<phase>generate-resources</phase>
@@ -238,6 +238,26 @@
</plugin>
<plugin>
+ <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
+ <artifactId>maven-java-formatter-plugin</artifactId>
+ <version>0.4</version>
+ <configuration>
+ <configFile>${rootDir}DHISFormatter.xml</configFile>
+ <lineEnding>LF</lineEnding>
+ </configuration>
+ <!-- Uncomment the following to add autoformatting when building -->
+ <!--
+ <executions>
+ <execution>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ </execution>
+ </executions>
+ -->
+ </plugin>
+
+ <plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>1.2.4</version>