summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-04-22 20:02:08 +0300
committerOren Kleks <orenkle@amdocs.com>2018-04-25 06:25:46 +0000
commitc3c481660d3494fccfafcd3bacd3f5b8cd3ecd8e (patch)
tree09288c9caa957ade61b5af3744e6a9463c0cfbe0 /pom.xml
parent86e7cf20a8ff82ec06b918daeb16f18f83c60ded (diff)
Activity spec pom inherits main sdc
Made activity spec inherit the main SDC pom to fix releas build errors. Moved the building of activity spec right after onboarding as they are related. Change-Id: I737db4b90c713cb74299307a0e415041693b22e6 Issue-ID: SDC-1245 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c888e38a01..c84367ccaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,6 +384,7 @@
<modules>
<module>build-tools</module>
<module>onboarding</module>
+ <module>services/activity-spec</module>
<module>security-utils</module>
<module>common-app-api</module>
<module>common-be</module>
@@ -397,7 +398,6 @@
<module>ui-ci</module>
<module>sdc-os-chef</module>
<module>utils/webseal-simulator</module>
- <module>services/activity-spec</module>
</modules>
</profile>