diff --git a/src/main/java/org/apache/maven/plugins/dependency/GetMojo.java b/src/main/java/org/apache/maven/plugins/dependency/GetMojo.java index f5a1b630b..9ddbff35b 100644 --- a/src/main/java/org/apache/maven/plugins/dependency/GetMojo.java +++ b/src/main/java/org/apache/maven/plugins/dependency/GetMojo.java @@ -65,15 +65,9 @@ public class GetMojo @Parameter( defaultValue = "${session}", required = true, readonly = true ) private MavenSession session; - /** - * - */ @Component private ArtifactResolver artifactResolver; - /** - * - */ @Component private DependencyResolver dependencyResolver; diff --git a/src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolveDependenciesMojo.java b/src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolveDependenciesMojo.java index 135580fc8..e745b62cf 100644 --- a/src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolveDependenciesMojo.java +++ b/src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolveDependenciesMojo.java @@ -134,10 +134,10 @@ protected ArtifactsFilter getMarkedArtifactFilter() } /** - * @param outputAbsoluteArtifactFilename absolute artfiact filename. - * @param theOutputScope The output scope. - * @param theSort sort yes/no. - * @return The output. + * @param outputAbsoluteArtifactFilename absolute artifact filename + * @param theOutputScope the output scope + * @param theSort sort yes/no + * @return the output */ public String getOutput( boolean outputAbsoluteArtifactFilename, boolean theOutputScope, boolean theSort ) { diff --git a/src/main/resources/analyze-report_en.properties b/src/main/resources/analyze-report_en.properties index e91332326..607b4bf3a 100644 --- a/src/main/resources/analyze-report_en.properties +++ b/src/main/resources/analyze-report_en.properties @@ -17,6 +17,6 @@ # NOTE: # This bundle is intentionally empty because English strings are provided by the base bundle via the parent chain. It -# must be provided nevertheless such that a request for locale "en" will not errorneously pick up the bundle for the +# must be provided nevertheless such that a request for locale "en" will not erroneously pick up the bundle for the # JVM's default locale (which need not be "en"). See the method javadoc about # ResourceBundle.getBundle(String, Locale, ClassLoader)