mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 06:55:28 +00:00
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
|
* POM
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Parameter(property = "project", readonly = true, required = true)
|
@Parameter(defaultValue = "${project}", readonly = true, required = true)
|
||||||
protected MavenProject project;
|
protected MavenProject project;
|
||||||
|
|
||||||
@Parameter(property = "session", readonly = true, required = true)
|
@Parameter(defaultValue = "${session}", readonly = true, required = true)
|
||||||
protected MavenSession session;
|
protected MavenSession session;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user