summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 26a98a0..91dbd4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,6 @@ See the License for the specific language governing permissions and
limitations under the License.
============LICENSE_END=========================================================
-ECOMP is a trademark and service mark of AT&T Intellectual Property.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -32,10 +31,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
<modules>
+ <module>pgaas</module>
+ <module>clamp-policy</module>
<module>dcae-policy</module>
+ <module>dmaap</module>
+ <module>helm</module>
<module>k8s</module>
- <module>clamp-policy</module>
<module>relationships</module>
+ <module>sshkeyshare</module>
</modules>
<properties>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>