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 27
27
import java .util .HashSet ;
28
28
import java .util .Set ;
29
29
30
- import org .apache .maven .execution .MavenSession ;
31
30
import org .apache .maven .plugin .AbstractMojo ;
32
31
import org .apache .maven .plugin .MojoExecutionException ;
33
32
import org .apache .maven .plugin .MojoFailureException ;
@@ -55,22 +54,6 @@ public class AttachArtifactMojo
55
54
@ Parameter ( required = true )
56
55
private Artifact [] artifacts ;
57
56
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
-
74
57
@ Parameter ( readonly = true , defaultValue = "${project}" )
75
58
private MavenProject project ;
76
59
You can’t perform that action at this time.
0 commit comments