Hello there,
I want to use "org.jboss.shrinkwrap.resolver.api.maven.embedded.EmbeddedMaven" without a pom. Do you know if this is possible?
Because EmbeddedMaven only provides a static method "forProject" but I don't have a maven project on which I want to execute the maven goal.
Do you have any suggestion on how to execute a maven goal without a pom.xml?
Thank you very much,
Sebastian