You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ("jar".equals(module.getBuildFile().getPackaging())) { // FIXME: other types could be topmost too, e.g. 'war'
115
+
// is jar or mule-application? (mulesoft apps don't get switched over to JARs until after the recipe runs)
116
+
if ("jar".equals(module.getBuildFile().getPackaging()) || "mule-application".equals(module.getBuildFile().getPackaging())) { // FIXME: other types could be topmost too, e.g. 'war'
117
117
// no other pom depends on this pom in its dependency section
0 commit comments