Log unresolved bundles
[odlparent.git] / features-test-plugin / src / main / java / org / opendaylight / odlparent / features / test / plugin / TestFeaturesMojo.java
index 69a7ebf01a9949a85665c1c1137cf7a239e5a159..0e1358d376d3a9ad18f346ee56e55669f4a76a8d 100644 (file)
@@ -108,6 +108,13 @@ public final class TestFeaturesMojo extends AbstractMojo {
     @Parameter(property = "karaf.keep.unpack", defaultValue = "false")
     private boolean keepUnpack;
 
+    /**
+     * Default constructor.
+     */
+    public TestFeaturesMojo() {
+        // Exposed for javadoc
+    }
+
     @Override
     public void execute() throws MojoExecutionException {
         if (skip || skipTests) {