Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / main / java / org / onap / aai / babel / xml / generator / model / Widget.java
index ee04abc..8f71f2b 100644 (file)
@@ -32,6 +32,8 @@ import org.onap.aai.babel.xml.generator.types.ModelType;
 
 public class Widget extends Model {
 
+    public static final String GENERATOR_AAI_CONFIGLPROP_NOT_FOUND = "Cannot generate artifacts. Widget configuration not found for %s";
+
     private Set<String> keys = new HashSet<>();
 
     protected String name;