summaryrefslogtreecommitdiffstats
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-09-18 18:42:12 +0300
commitab2b6dea812fc886d3f6598de5cf87b430ab3113 (patch)
tree240db53c5e5c03afe10b73eba44748e050c11f70 /pom.xml
parent2e38a17469ca7b6ea46cc93a5d4929c08ab409a4 (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 fe89499b3f..c6ef7dc96f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,6 +398,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<modules>
+ <module>build-tools</module>
<module>onboarding</module>
</modules>
</profile>