mirror of https://github.com/apache/nifi.git
Correctly inject MavenProject / MavenSession into nar-maven-plugin
Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
parent
bc94625142
commit
21c24b6b68
|
@ -86,10 +86,10 @@ public class NarMojo extends AbstractMojo {
|
|||
* POM
|
||||
*
|
||||
*/
|
||||
@Parameter(property = "project", readonly = true, required = true)
|
||||
@Parameter(defaultValue = "${project}", readonly = true, required = true)
|
||||
protected MavenProject project;
|
||||
|
||||
@Parameter(property = "session", readonly = true, required = true)
|
||||
@Parameter(defaultValue = "${session}", readonly = true, required = true)
|
||||
protected MavenSession session;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue