- Sort Score
- Num 10 results
- Language All
Results 11 - 15 of 15 for activeProfile (0.18 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
} return remotePluginRepositories; } public void setActiveProfiles(List<Profile> activeProfiles) { this.activeProfiles = activeProfiles; } public List<Profile> getActiveProfiles() { return activeProfiles; } public void setInjectedProfileIds(String source, List<String> injectedProfileIds) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0) -
compat/maven-compat/src/main/mdo/profiles.mdo
]]></description> <association> <type>Profile</type> <multiplicity>*</multiplicity> </association> </field> <field> <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.Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 22 11:03:29 GMT 2025 - 13.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java
.map(Profile::getDelegate) .map(SettingsUtilsV4::convertToSettingsProfile) .collect(Collectors.toList())) .activeProfiles(request.getActiveProfiles()) .pluginGroups(request.getPluginGroups()) .build()); } @Deprecated public List<MavenProject> getSortedProjects() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 16.7K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* <ul> * <li>Command line activation using the -P flag</li> * <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>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 15.3K bytes - Click Count (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
<association> <type>Profile</type> <multiplicity>*</multiplicity> </association> </field> <field xdoc.separator="blank"> <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>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (0)