Class QuarkusBootstrapProvider

    • Constructor Detail

      • QuarkusBootstrapProvider

        @Inject
        public QuarkusBootstrapProvider​(org.eclipse.aether.RepositorySystem repoSystem,
                                        org.eclipse.aether.impl.RemoteRepositoryManager remoteRepoManager)
    • Method Detail

      • repositorySystem

        public org.eclipse.aether.RepositorySystem repositorySystem()
      • remoteRepositoryManager

        public org.eclipse.aether.impl.RemoteRepositoryManager remoteRepositoryManager()
      • bootstrapApplication

        public io.quarkus.bootstrap.app.CuratedApplication bootstrapApplication​(QuarkusBootstrapMojo mojo,
                                                                                io.quarkus.runtime.LaunchMode mode)
                                                                         throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getResolvedApplicationModel

        public io.quarkus.bootstrap.model.ApplicationModel getResolvedApplicationModel​(io.quarkus.maven.dependency.ArtifactKey projectId,
                                                                                       io.quarkus.runtime.LaunchMode mode)