Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for supplied (0.23 sec)

  1. maven-core/src/test/resources-settings/test-pom-and-settings-interpolation/settings.xml

    -->
    
    <settings>
      <profiles>
        <profile>
          <id>settings</id>
          <activation>
            <activeByDefault>true</activeByDefault>
          </activation>
          <properties>
            <settingsProfile>applied</settingsProfile>
            <pomVsSettings>settings</pomVsSettings>
          </properties>
        </profile>
      </profiles>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Tue Mar 31 21:07:56 GMT 2009
    - 1.1K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-settings/test-pom-and-settings-interpolation/pom.xml

      </properties>
    
      <profiles>
        <profile>
          <id>pom</id>
          <activation>
            <activeByDefault>true</activeByDefault>
          </activation>
          <properties>
            <pomProfile>applied</pomProfile>
            <pomVsSettings>pom</pomVsSettings>
          </properties>
        </profile>
      </profiles>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Mon Jan 11 18:17:16 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  3. maven-compat/src/main/mdo/profiles.mdo

              <name>activeProfiles</name>
              <version>1.0.0</version>
              <description><![CDATA[
                List of manually-activated build profiles, specified in the order in which
                they should be applied.
              ]]></description>
              <association>
                <type>String</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
          </fields>
        </class>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  4. api/maven-api-settings/src/main/mdo/settings.mdo

              <name>activeProfiles</name>
              <version>1.0.0+</version>
              <description>
                List of manually-activated build profiles, specified in the order in which
                they should be applied.
              </description>
              <association>
                <type>String</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
            <field>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top