Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/analyze-report_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)