Centralized the Versions report to the parent pom.

This commit is contained in:
Anthony Whitford
2015-09-06 22:21:50 -07:00
parent 717f6240e3
commit 6d70332cd6
8 changed files with 17 additions and 66 deletions

View File

@@ -22,6 +22,8 @@
<properties>
<!-- Skip the surefire report since there are no tests... -->
<skipSurefireReport>true</skipSurefireReport>
<!-- Skip the versions report since there are no dependencies... -->
<versions.skip>true</versions.skip>
</properties>
<packaging>pom</packaging>