Remove unmanaged profile 22/105822/3
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Thu, 4 May 2023 07:58:59 +0000 (09:58 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 9 May 2023 06:57:11 +0000 (06:57 +0000)
Remove unmanaged profile as we no longer have any unmanaged projects.

Add "opendaylight" module to managed profile to build distro with
opendaylight-<VERSION> name by default.

JIRA: INTDIST-117
Change-Id: Ibc2dd34b923104dd9a747c61126359d5fd9299a5
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 326d78ad2c925a066556917105ab54ea07764152..c6bc463aade7ca97dd7be1daa956333a48237504 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <module>karaf</module>
                 <module>features</module>
                 <module>onap-karaf</module>
-            </modules>
-        </profile>
-       <profile>
-            <id>unmanaged</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <modules>
                 <module>opendaylight</module>
             </modules>
         </profile>