Added back the config subsystem. 33/2033/2
authorEd Warnicke <eaw@cisco.com>
Mon, 21 Oct 2013 00:28:26 +0000 (19:28 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 21 Oct 2013 15:56:44 +0000 (15:56 +0000)
Also added a maven plugin to the list of plugins Eclipse
should ignore as it doesn't know how to deal with them.

Change-Id: I963ff4f1e627f8a774c24160623e866502c1eeed
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/commons/opendaylight/pom.xml
pom.xml

index d0fc8923d2d52588775b6117c2e0a562de8dd19d..e49bc5e7b8fcd2ebd75517fdf0418c81e0291f29 100644 (file)
                     <ignore></ignore>
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.groovy.maven</groupId>
+                    <artifactId>gmaven-plugin</artifactId>
+                    <versionRange>1.0</versionRange>
+                    <goals>
+                      <goal>execute</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>
diff --git a/pom.xml b/pom.xml
index cd54dd40b4a475dd8555b935090b546da9b52655..ec045f10cd915eab9f50bafcc0888b6a37caa62f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <!-- md-sal -->
     <module>opendaylight/md-sal</module>
-    <!--
+    <!-- config -->
     <module>opendaylight/config</module>
-    -->
+    <!-- netconf -->
     <module>opendaylight/netconf</module>
-    <!-- config -->
 
     <!--  Web bundles -->
     <module>opendaylight/web/root</module>