Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dfn (0.02 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Dependency.java

    /**
     * A result of collecting, flattening, and resolving {@link DependencyCoordinates}s.
     * Dependency is the output of the <dfn>collection</dfn> process, which builds the graph of dependencies,
     * followed by <dfn>flattening</dfn> and <dfn>resolution</dfn>.
     * The version selection is done for each dependency during the collection phase.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jun 26 07:56:58 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java

     *
     * <p>Each {@code Artifact} instance is basically an exact pointer to a file in a Maven repository.
     * {@code Artifact} instances are created when <dfn>resolving</dfn> {@link ArtifactCoordinates} instances.
     * Resolving is the process that selects a {@linkplain #getVersion() particular version}
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jun 26 07:56:58 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

                If a Java project contains multiple main sources with different target versions,
                then a multi-version <abbr>JAR</abbr> file will be created
                with the lowest version taken as the <dfn>base version</dfn>.
                If this element is omitted, then the default target version is the compiler default value,
                which is usually the version of the Java environment running Maven.
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
Back to top