diff options
author | sheetalm <sheetal.mudholkar@amdocs.com> | 2018-03-29 12:37:01 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-03-29 08:22:31 +0000 |
commit | 589c480ce6c51e92f8e22ae9c0d4548067a37948 (patch) | |
tree | 1462bd2a96eb88b723a989314af0c6659c7707d4 /pom.xml | |
parent | 1c5ea3091076921aa3215e934b95f5c4fcd58944 (diff) |
ActivitySpec Add to sdc build by fixing mvn deploy
Resolved issues in maven deploy by adding distribution management to
activity-spec pom
Add services/activity-spec module to sdc build in profile "all"
Change-Id: I8c02989a47f465e53d82f11b30951131498e2cc2
Issue-ID: SDC-1048
Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -397,6 +397,7 @@ <module>ui-ci</module> <module>sdc-os-chef</module> <module>utils/webseal-simulator</module> + <module>services/activity-spec</module> </modules> </profile> |