Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for Packaging (0.07 seconds)

  1. .teamcity/test-buckets.json

              "core"
            ],
            "parallelizationMethod": {
              "name": "TestDistribution"
            }
          },
          {
            "subprojects": [
              "base-services-groovy",
              "build-cache-packaging",
              "build-operations",
              "build-state",
              "daemon-services",
              "hashing",
              "precondition-tester",
              "report-rendering",
              "service-registry-builder",
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Aug 01 00:23:04 GMT 2025
    - 119.4K bytes
    - Click Count (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            </field>
            <field>
              <name>packaging</name>
              <version>4.0.0+</version>
              <description>
                The type of artifact this project produces, for example {@code jar},
                  {@code war},
                  {@code ear},
                  {@code pom}.
                Plugins can create their own packaging, and
                therefore their own packaging types,
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 26 03:07:35 GMT 2025
    - 133.3K bytes
    - Click Count (0)
  3. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

            if (src != null) {
                if (sourceDominant || target.getPackaging() == null) {
                    target.setPackaging(src);
                    target.setLocation("packaging", source.getLocation("packaging"));
                }
            }
        }
    
        protected void mergeModel_Name(Model target, Model source, boolean sourceDominant, Map<Object, Object> context) {
            String src = source.getName();
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Apr 03 11:21:39 GMT 2025
    - 99.2K bytes
    - Click Count (0)
  4. compat/maven-model-builder/src/test/resources/dag.txt

    quarkus/extensions/caffeine/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/caffeine/runtime/pom.xml
    	quarkus/extensions/vertx-http/dev-ui-spi/pom.xml
    quarkus/integration-tests/packaging/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/integration-tests/shared-library/pom.xml
    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/extensions/vertx-graphql/runtime/pom.xml
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 224K bytes
    - Click Count (0)
Back to Top