Do not use opendaylight/commons/opendaylight as parent
[controller.git] / opendaylight / config / yang-jmx-generator / pom.xml
index 5566b3bb657d8a171b09e1ea8393dcfd87b43b2f..e1b905f9a20c76a470119e39ad0dc663c4fd7183 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-subsystem</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+            <phase>package</phase>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>