diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-17 14:46:36 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-08-17 14:46:36 -0500 |
commit | 05aceee2186ee6cf05f6963e2435f8b44b389e62 (patch) | |
tree | 415c8f781a12bec92a997df435fe24acf9c24d7e /controlloop/templates/template.demo.v1.0.0/pom.xml | |
parent | 6208027ab7345d8a65003928ab2e614e4fd285b8 (diff) |
installation improvements and renaming archetype
Two changes:
- remove hardcoding of the DMaaP hosts, and DCAE topic to
make it configurable.
- rename archetype to better name.
Change-Id: Ic50b9d1f06a138230c76cc6c50ca8072dc5da148
Issue-ID: POLICY-159
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'controlloop/templates/template.demo.v1.0.0/pom.xml')
-rw-r--r-- | controlloop/templates/template.demo.v1.0.0/pom.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/controlloop/templates/template.demo.v1.0.0/pom.xml b/controlloop/templates/template.demo.v1.0.0/pom.xml index 4a746135a..f32ed27bf 100644 --- a/controlloop/templates/template.demo.v1.0.0/pom.xml +++ b/controlloop/templates/template.demo.v1.0.0/pom.xml @@ -24,18 +24,17 @@ <modelVersion>4.0.0</modelVersion> <artifactId>template.demo.v1.0.0</artifactId> - <packaging>pom</packaging> + <packaging>pom</packaging> - <parent> - <groupId>org.onap.policy.drools-applications</groupId> - <artifactId>templates</artifactId> - <version>1.1.0-SNAPSHOT</version> - </parent> - - <modules> - <module>archetype-closedloop-demo-rules</module> - <module>template.demo</module> - </modules> + <parent> + <groupId>org.onap.policy.drools-applications</groupId> + <artifactId>templates</artifactId> + <version>1.1.0-SNAPSHOT</version> + </parent> + <modules> + <module>archetype-cl-legacy</module> + <module>template.demo</module> + </modules> </project> |