Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for de (0.13 sec)

  1. maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java

        /**
         * @return The list of profiles that the user wants to de-activate.
         * @deprecated Since Maven 4: use {@link #getProfileActivation()}.
         */
        @Deprecated
        List<String> getInactiveProfiles();
    
        /**
         * Return the requested activation(s) of project(s) in this execution.
         * @return requested (de-)activation(s) of project(s) in this execution. Never {@code null}.
         */
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Dec 20 13:03:57 GMT 2023
    - 17.7K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

            <developer>
                <id>stefanbirkner</id>
                <name>Stefan Birkner</name>
                <email>mail@stefan-birkner.de</email>
            </developer>
            <developer>
                <id>marcphilipp</id>
                <name>Marc Philipp</name>
                <email>mail@marcphilipp.de</email>
            </developer>
        </developers>
        <contributors>
            <contributor>
                <name>JUnit contributors</name>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 24.5K bytes
    - Viewed (0)
  3. maven-compat/src/test/java/org/apache/maven/repository/MirrorProcessorTest.java

            // make sure repeated entries are skipped
            Mirror mirrorA3 = newMirror("a", "a", "http://a3");
    
            Mirror mirrorB = newMirror("b", "b", "http://b");
            Mirror mirrorC = newMirror("c", "d,e", "http://de");
            Mirror mirrorC2 = newMirror("c", "*", "http://wildcard");
            Mirror mirrorC3 = newMirror("c", "e,f", "http://ef");
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  4. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

                define its own format and semantics. This was generally a properties format.
                &lt;p>Since Maven 3.2.4, the type for this field has been changed to Properties to match the de-facto
                format.
                &lt;p>Each toolchain defines its own properties names and semantics.
              </description>
            </field>
            <field>
              <name>configuration</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 8.5K bytes
    - Viewed (0)
Back to top