Class BootstrapMavenOptions

java.lang.Object
io.quarkus.bootstrap.resolver.maven.options.BootstrapMavenOptions

public class BootstrapMavenOptions extends Object
This class resolves relevant Maven command line options in case it's called from a Maven build process. Maven internally uses org.apache.commons.cli.* API besides Maven-specific API. This class locates the Maven's lib directory that was used to launch the build process and loads the necessary classes from that lib directory.