Revert "Remove unmanaged profile" 47/106847/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Jul 2023 09:16:29 +0000 (11:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Jul 2023 09:17:27 +0000 (11:17 +0200)
This reverts commit 40a35ca3c458c0665ef72b91ca736857025db67b, as it
breaks autorelease. While we do not have unmanaged projects, they may
crop up anyway -- at which point we would have to reinstate this
mechanics.

Change-Id: Iea771e20853f8328b938741920e869e654616c2f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 525fcfeeae525dc22cce41f65d38ea831f03e795..4df7deec4e2741cf29b26a3e3f0e726f9ca20ab2 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>