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 properly. Maybe I am missing the obvious, but I could not find any good tutorial or getting started guide for how to use either of the two libraries... so I am still not sure how close I am to the "canonical" way of applying these libraries. :)
One thing that I was struggling with for a bit is the creation of a `MavenResolver` instance as there seems to be no default implementation that is easily usable. I found basic implementations of that interface in various OSS projects that I could successfully integrate... but I am still wondering if there is kind of an "official" implementation of a basic resolver that I could just include through a dependency (versus having to clone code into my own project). Thanks for your time and for maintaining these two projects, they made my day! best Sebastian [1] https://stackoverflow.com/a/47324851/3617482 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
