diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-04-06 11:07:00 +0530 |
---|---|---|
committer | Oren Kleks <orenkle@amdocs.com> | 2018-04-08 10:00:21 +0000 |
commit | 9a699253cf15450615b3df93ed38a492cbd33d3f (patch) | |
tree | 0db77b316119894af608680e7263efbf215f20e1 /pom.xml | |
parent | 14345a8e2cb17d002bcea294130ac9fb64b6b83e (diff) |
Reducing onboarding backend maven build time
Reducing onboarding backend maven build time
Change-Id: I3fe5f8d6d9b21591018243d16809451c6b8c2d14
Issue-ID: SDC-1189
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,6 @@ </activation> <modules> <module>build-tools</module> - <module>onboarding</module> <module>security-utils</module> <module>common-app-api</module> <module>common-be</module> @@ -397,6 +396,7 @@ <module>ui-ci</module> <module>sdc-os-chef</module> <module>utils/webseal-simulator</module> + <module>onboarding</module> </modules> </profile> |