Class DefaultBuildPluginManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executeMojo​(MavenSession session, MojoExecution mojoExecution)  
      org.apache.maven.plugin.descriptor.MojoDescriptor getMojoDescriptor​(org.apache.maven.model.Plugin plugin, java.lang.String goal, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)  
      org.codehaus.plexus.classworlds.realm.ClassRealm getPluginRealm​(MavenSession session, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
      TODO pluginDescriptor classRealm and artifacts are set as a side effect of this call, which is not nice.
      org.apache.maven.plugin.descriptor.PluginDescriptor loadPlugin​(org.apache.maven.model.Plugin plugin, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)  
      void setMojoExecutionListeners​(java.util.List<MojoExecutionListener> listeners)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait