Thanks, Falko. In my question I mentioned the flatten plugin with snippets of 
code. Can I access MavenProject in a Maven Extension? The flatten plugin uses 
this Injection @Parameter (defaultValue = "$ {project}", readonly = true, 
required = true)
     MavenProject project;

What would the equivalent in an extension be? Thanks!

On 2021/06/28 17:33:52, Falko Modler <f.mod...@gmx.net> wrote: 
> Hi,
> 
> I think flatten-maven-plugin is doing something like that, see: 
> https://github.com/mojohaus/flatten-maven-plugin/blob/4efae7e8d180e838ff25a1daffab712166911328/src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java#L224
> 
> Cheers,
> Falko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to