- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for activeByDefault (0.09 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* <li>Maven settings activation in settings.xml via <activeProfiles></li> * <li>Automatic activation via <activation> conditions</li> * <li>The default active profile (marked with <activeByDefault>true</activeByDefault>)</li> * </ul> * <p> * The active profiles control various aspects of the build configuration including but not * limited to dependencies, plugins, properties, and build resources.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Feb 27 11:07:03 UTC 2025 - 10.6K bytes - Viewed (0) -
compat/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>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 13.8K bytes - Viewed (0) -
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>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0)