I am working on a maven plugin. I seem to have a hard time figuring out, what would be a good way to get POM information from project in which you execute the MOJO ?
For
See Tutorial: How to Create a Maven Plugin:
org.apache.maven maven-core 3.6.3 provided
@Parameter(property = "project", readonly = true) private MavenProject project;