summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2015-09-08 22:28:09 +0200
committerAndrew Branson <andrew.branson@cern.ch>2015-09-08 22:28:09 +0200
commit5261418b4cd89aec7b0fce5e13fb5ff213bb551d (patch)
tree42eea0b6ad8f8bec3bb3baaf4d37be5631cd7110
parent415c6e6fc68251358f393cc551da180fb911346d (diff)
POM tweak after jenkins server upgrade2.4
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 49632d7..fc8139f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,15 @@
<show>public</show>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.6</version>
+ <configuration>
+ <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
</project> \ No newline at end of file