summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-29 14:21:06 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-08-29 14:31:22 -0700
commitbe096d395b595fcb7ef50204978904a538ed32a0 (patch)
treea6f6ddb61c300c57091796c351f23f726d540580 /pom.xml
parentc0b040c4542c2d9260dd3d10ba32bb7179bd0120 (diff)
Maven plugin to check dependency versions
Initial draft of a custom maven plugin to check dependency versions against the version manifest. Change-Id: If009461f6ecbcd86e5a43004a1c5a421ec02ccca Issue-id: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7ac034e..1bd4a4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
<module>checkstyle</module>
<module>license</module>
<module>oparent</module>
+ <module>version-check-maven-plugin</module>
</modules>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>