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
maven-project for maven 2.x version was replaced with maven-model from version maven 3.x, so for new project, use
maven-project
maven-model
org.apache.maven maven-model 3.6.3