Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for handlers (0.9 sec)

  1. maven-core/src/site/apt/artifact-handlers.apt

    ~~ specific language governing permissions and limitations
    ~~ under the License.
    
     ---
     Legacy Artifact Handlers Reference
     ---
     Hervé Boutemy
     ---
     2013-08-02
     ---
    
    Legacy Artifact Handlers Reference
    
      Maven 3 artifact handlers (see {{{../maven-artifact/apidocs/org/apache/maven/artifact/handler/ArtifactHandler.html} API}})
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 06:12:44 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. maven-core/src/site/apt/index.apt

    * Reference Documentation
    
     * {{{./lifecycles.html}lifecycles}} and {{{./default-bindings.html}plugin bindings to <<<default>>> lifecycle}},
    
     * {{{./artifact-handlers.html}default artifact handlers}}, to manage {{{../maven-model/maven.html#class_dependency}dependency types}},
    
     * {{{./extension.html}extension descriptor}} and {{{./core-extensions.html}core extensions}},
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 14 05:48:39 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  3. maven-core/src/site/apt/offline-mode.apt

      access to their required artifacts and other classpath elements. In the case
      of required artifacts and other classpath elements, this is assumed by the
      mojo API to be in a correct state, and will be handled by the Wagon
      modifications.
    
    
    * Implementation Notes
    
    ** Accessibility of offline status
    
      Offline status should be indicated in the MavenSettings instance, since it
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/extensions/jsonb/runtime/pom.xml
    	quarkus/extensions/vertx/runtime/pom.xml
    	quarkus/extensions/smallrye-stork/runtime/pom.xml
    quarkus/integration-tests/amazon-lambda-stream-handler/pom.xml
    	quarkus/extensions/amazon-lambda/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    	quarkus/test-framework/amazon-lambda/pom.xml
    quarkus/extensions/resteasy-classic/rest-client-mutiny/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  5. src/mdo/transformer.vm

          #elseif ( $field.type == "boolean" || $field.type == "int" || $field.type == "java.nio.file.Path" )
            // nothing to do, the transformer only handles strings
            return builder;
          #else
            // TODO: type=${field.type} to=${field.to} multiplicity=${field.multiplicity}
          #end
        }
        #end
    
      #end
    #end
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom

          <name>Craig McClanahan</name>
          <email>craigmcc at apache org</email>
          <organization>Apache Software Foundation</organization>
        </developer>
        <developer>
          <id>sanders</id>
          <name>Scott Sanders</name>
          <email>sanders at apache dot org</email>
          <organization>Apache Software Foundation</organization>
        </developer>
        <developer>
          <id>rdonkin</id>
          <name>Robert Burrell Donkin</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top