Do not use opendaylight/commons/opendaylight as parent
[controller.git] / opendaylight / config / config-manager / pom.xml
index 802a0b3939c0136b4757fab7be893655f8e1afe5..e40a868d86ee54054335f9e7bb0b8b0b0d51b3c6 100644 (file)
           </instructions>
         </configuration>
       </plugin>
+      <!-- test jar -->
       <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>