Update `LoggingMainClassTimeWarningListener` to import individual
`Layout` inner classes. This fixes an odd javac parse issue that
otherwise occurs.
See gh-9316
@ -323,6 +326,17 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
@@ -323,6 +326,17 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
getLog().warn("Searching for the main-class is taking some time, "
+"consider using the mainClass configuration "+"parameter");
}
}
/**
*Archivelayouttypes.
*/
@ -331,47 +345,36 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
@@ -331,47 +345,36 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {