diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2015-09-08 22:28:09 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2015-09-08 22:28:09 +0200 |
| commit | 5261418b4cd89aec7b0fce5e13fb5ff213bb551d (patch) | |
| tree | 42eea0b6ad8f8bec3bb3baaf4d37be5631cd7110 | |
| parent | 415c6e6fc68251358f393cc551da180fb911346d (diff) | |
POM tweak after jenkins server upgrade2.4
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
