Initial mdsal and config karaf features
[controller.git] / opendaylight / md-sal / pom.xml
index 4e933c5bcf5c04dac1e0a11d013ae04248b8df58..edc9bf0f227b54f9dcc4d9c33081fefd846db757 100644 (file)
     <module>sal-remoterpc-connector/implementation</module>
     <!--module>clustered-data-store/implementation</module>
         -->
+    <!-- Documentation -->
+    <module>sal-rest-docgen</module>
+
+    <!--  Karaf feature -->
+    <module>feature</module>
 
   </modules>
 
           <configuration>
             <lifecycleMappingMetadata>
               <pluginExecutions>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.opendaylight.yangtools</groupId>
-                    <artifactId>yang-maven-plugin</artifactId>
-                    <versionRange>[0,)</versionRange>
-                    <goals>
-                      <goal>generate-sources</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore></ignore>
-                  </action>
-                </pluginExecution>
                 <pluginExecution>
                   <pluginExecutionFilter>
                     <groupId>net.alchim31.maven</groupId>