Revert "Remove unmanaged profile"
[integration/distribution.git] / 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>