Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Sebastian Proksch
I am not sure what you are referring to when you say "runtime model", but I found the sister project "model-builder", which seems to allow the creation of an "effective model"... and I found an illustrative example on how to use that project on StackOverflow [1], and it seems that I got it working

Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Sebastian Proksch
Dear all, I am currently programmatically working on some poms, mainly to find some information in the files to generate some "summaries". I found the "maven-model" project of Apache Commons that made it so much easier to access the contents of a single file, but supporting the inheritance of pare