Skip to content

Commit

Permalink
Remove unused private fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and stefanseifert committed Jun 15, 2020
1 parent a5b414f commit 2728bdc
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import java.util.HashSet;
import java.util.Set;

import org.apache.maven.execution.MavenSession;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
Expand Down Expand Up @@ -55,22 +54,6 @@ public class AttachArtifactMojo
@Parameter( required = true )
private Artifact[] artifacts;

/**
* This project's base directory.
*
* @since 1.5
*/
@Parameter( defaultValue = "${basedir}" )
private String basedir;

/**
* The Maven Session.
*
* @since 1.5
*/
@Parameter( readonly = true, defaultValue = "${session}" )
private MavenSession mavenSession;

@Parameter( readonly = true, defaultValue = "${project}" )
private MavenProject project;

Expand Down

0 comments on commit 2728bdc

Please sign in to comment.