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>
diff --git a/pom.xml b/pom.xml
index 5256df7..2df8775 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>