File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/main/java/org/codehaus/mojo/buildhelper Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 2727import java .util .HashSet ;
2828import java .util .Set ;
2929
30- import org .apache .maven .execution .MavenSession ;
3130import org .apache .maven .plugin .AbstractMojo ;
3231import org .apache .maven .plugin .MojoExecutionException ;
3332import org .apache .maven .plugin .MojoFailureException ;
@@ -55,22 +54,6 @@ public class AttachArtifactMojo
5554 @ Parameter ( required = true )
5655 private Artifact [] artifacts ;
5756
58- /**
59- * This project's base directory.
60- *
61- * @since 1.5
62- */
63- @ Parameter ( defaultValue = "${basedir}" )
64- private String basedir ;
65-
66- /**
67- * The Maven Session.
68- *
69- * @since 1.5
70- */
71- @ Parameter ( readonly = true , defaultValue = "${session}" )
72- private MavenSession mavenSession ;
73-
7457 @ Parameter ( readonly = true , defaultValue = "${project}" )
7558 private MavenProject project ;
7659
You can’t perform that action at this time.
0 commit comments