Use nullOrNonPositive instead of nullOrNonZero
[controller.git] / opendaylight / config / config-persister-api / pom.xml
index 084ccb9c72c91adb9b25a1eeadb601a42064b2be..6a268663af82a626b4ed958fcba6acc360f7cbf2 100644 (file)
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
       </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>