getLog().warn(String.format("Invalid project model for artifact [%s:%s:%s]. It will be ignored by "
+ "the remote resources Mojo.", artifact.getGroupId(), artifact.getArtifactId(),
artifact.getVersion()));
instead of:
getLog().warn(String.format("Invalid project model for artifact [%s:%s:%s]. It will be ignored by "
+ "the remote resources Mojo.", artifact.getGroupId(), artifact.getArtifactId(),
artifact.getVersion()));
Side note: I don’t think it’s possible to enforce having 4 spaces more at each indentation line with Checkstyle.