[PATCH] Force clean dependency management in backend

Wald Commits scm-commit at wald.intevation.org
Fri Aug 28 12:56:57 CEST 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1440759413 -7200
# Node ID be28bb0c7f501482e534e422455dd55163056685
# Parent  2bba7f551225c3735437e25d8b96b143fe31d2f8
Force clean dependency management in backend.

diff -r 2bba7f551225 -r be28bb0c7f50 backend/pom-oracle.xml
--- a/backend/pom-oracle.xml	Fri Aug 28 12:55:01 2015 +0200
+++ b/backend/pom-oracle.xml	Fri Aug 28 12:56:53 2015 +0200
@@ -27,6 +27,23 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.10</version>
+        <executions>
+          <execution>
+            <id>analyze</id>
+            <goals>
+              <goal>analyze-only</goal>
+            </goals>
+            <configuration>
+              <failOnWarning>true</failOnWarning>
+              <ignoreNonCompile>true</ignoreNonCompile>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
diff -r 2bba7f551225 -r be28bb0c7f50 backend/pom.xml
--- a/backend/pom.xml	Fri Aug 28 12:55:01 2015 +0200
+++ b/backend/pom.xml	Fri Aug 28 12:56:53 2015 +0200
@@ -27,6 +27,23 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.10</version>
+        <executions>
+          <execution>
+            <id>analyze</id>
+            <goals>
+              <goal>analyze-only</goal>
+            </goals>
+            <configuration>
+              <failOnWarning>true</failOnWarning>
+              <ignoreNonCompile>true</ignoreNonCompile>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>


More information about the Dive4Elements-commits mailing list