aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2017-09-18 18:42:12 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2017-10-01 16:54:04 +0300
commita7a8911735fe1c25189e74c1b0e86d06f15b08b7 (patch)
tree90b75b2da1445cf3e0d22c7ceb5e9358dfd2640b /pom.xml
parentd3f06f1f2d9ee5824b7271e33330ee1223f087fe (diff)
Fixed build and version of build-tools
Declared PMD dependencies under PMD Maven plugin. Build-tools are now part of the onboarding profile. Version is now aligned with the project version. Change-Id: Ibba68c83b7a888c2adc39f9915de0a4003c63c0f Issue-ID: SDC-348 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.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 5256df7b05..2df87750f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,6 +407,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<modules>
+ <module>build-tools</module>
<module>onboarding</module>
</modules>
</profile>