diff options
author | 2019-08-07 06:51:14 +0000 | |
---|---|---|
committer | 2019-08-07 06:51:14 +0000 | |
commit | 1b7553143682d82c9415c9d4341c652f1e49dc97 (patch) | |
tree | 3b1e96f5aaf764887c6ad0f7a1334353d26088ff /products/pom.xml | |
parent | 4b279245d18de79879240e587d78db16dd3f09b6 (diff) | |
parent | 6a0d36293116fc640e00da79c6517183cfb22689 (diff) |
Merge changes I99b6c01e,I812465a2,Ia2260c45,Idcd8872f,Ia818d735, ...
* changes:
Add policy login elalto
Add sdc login elato
Add basic logout elalto
Add place holder for onap-el-alto
Add elalto basic auth login
Make conf and script optional in zip
Diffstat (limited to 'products/pom.xml')
-rw-r--r-- | products/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/products/pom.xml b/products/pom.xml index b7e8f651..733a4be9 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -72,6 +72,15 @@ </modules> </profile> <profile> + <id>onap-elalto</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <modules> + <module>onap-elalto</module> + </modules> + </profile> + <profile> <id>eol</id> <activation> <activeByDefault>false</activeByDefault> |