diff options
author | 2017-10-10 15:22:05 +0000 | |
---|---|---|
committer | 2017-10-10 15:34:21 +0000 | |
commit | 6a3990fbda0e80c2a0693166ef695e4b3f045da6 (patch) | |
tree | 88d223613d61d04272789ed2720db972a5c7e5d6 /common/openecomp-common-configuration-management/pom.xml | |
parent | cdd010e6a718d84762696316ed1f85b46b199945 (diff) |
Fixed configuration POM for staging
Do not install tools.jar as a Maven artifact.
Do not build configuration-management-cli as part of the project, because it has tools.jar as a dependency.
Change-Id: I2f0050fd3cefb20abef3bca0e97bf43e0afe35ea
Issue-ID: SDC-435
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common/openecomp-common-configuration-management/pom.xml')
-rw-r--r-- | common/openecomp-common-configuration-management/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/openecomp-common-configuration-management/pom.xml b/common/openecomp-common-configuration-management/pom.xml index 47e846530a..a53733c515 100644 --- a/common/openecomp-common-configuration-management/pom.xml +++ b/common/openecomp-common-configuration-management/pom.xml @@ -17,7 +17,6 @@ <modules> <module>openecomp-configuration-management-api</module> <module>openecomp-configuration-management-core</module> - <module>openecomp-configuration-management-cli</module> <module>openecomp-configuration-management-test</module> </modules> |