summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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