diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-02-13 11:29:56 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-02-19 14:31:28 +0000 |
commit | def0f11148b1fb0d97d4bfa16fc2224de0af7115 (patch) | |
tree | 590a3054f10b8e690dae1af8228c0b348cf73b75 /controlloop/packages/basex/src/files/bin/create-cl-amsterdam | |
parent | 2d70f7de3ca5e68a92116d586153ebce7941c67f (diff) |
Rename maven modules to mirror directory structure
The naming of Maven modules in drools-applications was not
aligned with the directory structure in the git repository
of drools-applications. Therefore it was difficult to
see the strucutre of the repository in Eclipse and other
IDEs. This change amends the Maven module IDs to
reflect the repository directory structure.
This patch reset fixes the previos patch set, where many
references to maven modules internally in drools-applciations
were missed. See also changes in engine and docker repos.
Updated to reflect repo directory structure in maven
artifact groups.
Issue-ID: POLICY-238
Change-Id: I8ab1a7ecdb664045222bbbfda269135e3e449109
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'controlloop/packages/basex/src/files/bin/create-cl-amsterdam')
-rw-r--r-- | controlloop/packages/basex/src/files/bin/create-cl-amsterdam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/packages/basex/src/files/bin/create-cl-amsterdam b/controlloop/packages/basex/src/files/bin/create-cl-amsterdam index fabf35d75..ad5585035 100644 --- a/controlloop/packages/basex/src/files/bin/create-cl-amsterdam +++ b/controlloop/packages/basex/src/files/bin/create-cl-amsterdam @@ -124,7 +124,7 @@ if [ ! -w "${DIR_TMP}" ]; then exit 1 fi -ARCHETYPE_GROUP_ID="org.onap.policy.drools-applications" +ARCHETYPE_GROUP_ID="org.onap.policy.drools-applications.controlloop.templates" ARCHETYPE_ARTIFACT_ID="archetype-cl-amsterdam" ARCHETYPE_VERSION="${VERSION}" |