feat(TBD-4707): fix compilation error (renaming)
This commit is contained in:
@@ -962,7 +962,7 @@ public final class ProcessUtils {
|
||||
return false;
|
||||
}
|
||||
|
||||
public static boolean jarNeedsToContainsContext() {
|
||||
public static boolean jarNeedsToContainContext() {
|
||||
return jarWithContext;
|
||||
}
|
||||
|
||||
|
||||
@@ -464,7 +464,7 @@ public class CreateMavenJobPom extends AbstractMavenProcessorPom {
|
||||
}
|
||||
|
||||
private void setPomForHDLight(IProgressMonitor monitor) {
|
||||
if (ProcessUtils.jarNeedToContainsContext()) {
|
||||
if (ProcessUtils.jarNeedsToContainContext()) {
|
||||
try {
|
||||
Model model = MODEL_MANAGER.readMavenModel(getPomFile());
|
||||
List<Plugin> plugins = new ArrayList<Plugin>(model.getBuild().getPlugins());
|
||||
|
||||
Reference in New Issue
Block a user