Fix issues with the maven startup-archetype
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / karaf / pom.xml
index a7c4ddc3c1948eeb83222b2d09fb1ae3af353227..70ce0e6d95d82513a75026a2e678fa447bdfd498 100644 (file)
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>ODL :: ${groupId} :: ${project.artifactId}</name>
 
   <properties>
-    <!-- TODO <karaf.localFeature>odl-${artifactId}-rest</karaf.localFeature> -->
+    <karaf.localFeature>odl-${artifactId}-rest</karaf.localFeature>
   </properties>
 
   <dependencyManagement>