Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for activeByDefault (0.24 sec)

  1. maven-core/src/main/java/org/apache/maven/settings/SettingsUtilsV4.java

                        org.apache.maven.api.model.Activation.newBuilder();
    
                activation.activeByDefault(settingsActivation.isActiveByDefault());
                activation.location("activeByDefault", toLocation(settingsActivation.getLocation("activeByDefault")));
    
                activation.jdk(settingsActivation.getJdk());
    Java
    - Registered: Sun Mar 24 03:35:10 GMT 2024
    - Last Modified: Thu Feb 15 08:42:00 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/SettingsUtilsV4.java

                        org.apache.maven.api.model.Activation.newBuilder();
    
                activation.activeByDefault(settingsActivation.isActiveByDefault());
                activation.location("activeByDefault", toLocation(settingsActivation.getLocation("activeByDefault")));
    
                activation.jdk(settingsActivation.getJdk());
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 13.4K bytes
    - Viewed (0)
  3. maven-compat/src/main/mdo/profiles.mdo

            The conditions within the build runtime environment which will trigger
            the automatic inclusion of the parent build profile.
          ]]></description>
          <fields>
            <field>
              <name>activeByDefault</name>
              <version>1.0.0</version>
              <type>boolean</type>
              <description>Flag specifying whether this profile is active as a default.</description>
            </field>
            <field>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  4. pom.xml

    		<packaging.fess.dictionary.dir>/var/lib/fess/config</packaging.fess.dictionary.dir>
    	</properties>
    	<profiles>
    		<profile>
    			<id>build</id>
    			<activation>
    				<activeByDefault>true</activeByDefault>
    			</activation>
    			<properties>
    				<test.include.path>**/*Test.java</test.include.path>
    				<test.command.args>--illegal-access=permit</test.command.args>
    			</properties>
    		</profile>
    		<profile>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  5. api/maven-api-settings/src/main/mdo/settings.mdo

            The conditions within the build runtime environment which will trigger
            the automatic inclusion of the parent build profile.
          </description>
          <fields>
            <field>
              <name>activeByDefault</name>
              <version>1.0.0+</version>
              <type>boolean</type>
              <description>
                Flag specifying whether this profile is active as a default.
              </description>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top