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

@@ -51,6 +51,8 @@ Copyright (c) 2015 Wei Ma. All Rights Reserved.
<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>
<!-- end copy -->
<build>