Formatting
This commit is contained in:
@@ -267,7 +267,8 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
|
||||
+ "]");
|
||||
}
|
||||
if (hasWorkingDirectorySet()) {
|
||||
getLog().warn("Fork mode disabled, ignoring working directory configuration");
|
||||
getLog().warn(
|
||||
"Fork mode disabled, ignoring working directory configuration");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -475,7 +476,8 @@ public abstract class AbstractRunMojo extends AbstractDependencyFilterMojo {
|
||||
|
||||
private void logArguments(String message, String[] args) {
|
||||
if (getLog().isDebugEnabled()) {
|
||||
getLog().debug(Arrays.stream(args).collect(Collectors.joining(" ", message, "")));
|
||||
getLog().debug(
|
||||
Arrays.stream(args).collect(Collectors.joining(" ", message, "")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -229,9 +229,9 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the source {@link Artifact} to repackage. If a classifier is specified
|
||||
* and an artifact with that classifier exists, it is used. Otherwise, the main
|
||||
* artifact is used.
|
||||
* Return the source {@link Artifact} to repackage. If a classifier is specified and
|
||||
* an artifact with that classifier exists, it is used. Otherwise, the main artifact
|
||||
* is used.
|
||||
* @return the source artifact to repackage
|
||||
*/
|
||||
private Artifact getSourceArtifact() {
|
||||
|
||||
Reference in New Issue
Block a user