Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 210 for components (0.19 sec)

  1. maven-core/src/main/java/org/apache/maven/toolchain/ToolchainPrivate.java

     * under the License.
     */
    package org.apache.maven.toolchain;
    
    import java.util.Map;
    
    import org.apache.maven.toolchain.model.ToolchainModel;
    
    /**
     * a private contract between the toolchains plugin and the components.
     */
    public interface ToolchainPrivate extends Toolchain {
    
        /**
         * Let the toolchain decide if it matches requirements defined
         * in the toolchain plugin configuration.
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/api/services/model/ModelCache.java

     * is meant for exclusive consumption by the model builder and is opaque to the cache implementation. The cache key is
     * formed by a combination of group id, artifact id, version and tag. The first three components generally refer to the
     * identity of a model. The tag allows for further classification of the associated data on the sole discretion of the
     * model builder.
     *
     */
    public interface ModelCache {
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 1.6K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/lifecycle/LifecycleExecutor.java

    import org.apache.maven.plugin.version.PluginVersionResolutionException;
    import org.apache.maven.project.MavenProject;
    
    /**
     * A facade that provides lifecycle services to components outside Maven core.
     *
     */
    public interface LifecycleExecutor {
    
        // USED BY MAVEN HELP PLUGIN
        @Deprecated
        String ROLE = LifecycleExecutor.class.getName();
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 4.2K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom

        appserver build.
        <module>plexus-appserver</module>
        -->
        <module>plexus-archetypes</module>
        <module>plexus-examples</module>
        <module>plexus-components</module>
        <module>plexus-component-factories</module>
        <module>plexus-containers</module>
        <module>plexus-logging</module>
        <module>plexus-maven-plugin</module>
        <module>plexus-tools</module>
    Plain Text
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 7.1K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPrompter.java

    import org.codehaus.plexus.PlexusContainer;
    
    @Named
    @Singleton
    public class DefaultPrompter implements Prompter {
    
        private static final String PROMPTER_CLASS = "org.codehaus.plexus.components.interactivity.Prompter";
        private final PlexusContainer container;
    
        @Inject
        public DefaultPrompter(PlexusContainer container) {
            this.container = container;
        }
    
        @Override
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/settings/PomConstructionWithSettingsTest.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <plexus>
      <components>
        <component>
          <role>org.apache.maven.lifecycle.LifecycleExecutor</role>
          <implementation>org.apache.maven.project.EmptyLifecycleExecutor</implementation>
        </component>
      </components>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue May 05 19:18:41 GMT 2009
    - 273 bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/org/apache/maven/project/AbstractMavenProjectTestCase.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <plexus>
      <components>
        <component>
          <role>org.apache.maven.lifecycle.LifeCyclePluginAnalyzer</role>
          <implementation>org.apache.maven.project.EmptyLifecyclePluginAnalyzer</implementation>
        </component>
      </components>
    XML
    - Registered: Sun Apr 07 03:35:11 GMT 2024
    - Last Modified: Tue Aug 24 22:46:07 GMT 2010
    - 285 bytes
    - Viewed (0)
  8. maven-core/src/site/apt/getting-to-container-configured-mojos.apt

    ~~ under the License.
    
      ---
      Getting to Plexus-configured Mojos
      ---
      John Casey
      ---
      2005-04-29
    
    Abstract
    
      We're moving toward integrating mojos as first-class plexus components, while
      at the same time avoiding introducing required plexus dependencies into the
      mojo development model.
    
      In order to really achieve this, we need mojo configurations (which are
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 30 15:20:35 GMT 2023
    - 4.1K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom

        <name>Codehaus</name>
        <url>http://www.codehaus.org/</url>
      </organization>
      <modules>
        <module>plexus-appserver</module>
        <module>plexus-archetypes</module>
        <module>plexus-components</module>
        <module>plexus-component-factories</module>
        <module>plexus-containers</module>
        <module>plexus-logging</module>
        <module>plexus-maven-plugin</module>
        <module>plexus-services</module>
    Plain Text
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 5.6K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelProcessor.java

     * This is only necessary for default components using @Typed that want to support overriding.
     *
     * As a non-default component this now gets a negative priority relative to other implementations
     * of the same interface. Since we want to allow overriding this doesn't matter in this case.
     * (if it did we could add @Priority of 0 to match the priority given to default components.)
     */
    @Named
    @Singleton
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 5.8K bytes
    - Viewed (0)
Back to top