- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for explicitlyDeactivate (0.11 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java
* @see org.apache.maven.profiles.ProfileManager#explicitlyActivate(java.util.List) */ @Override public void explicitlyActivate(List<String> profileIds) { for (String profileId1 : profileIds) { explicitlyActivate(profileId1); } } /* (non-Javadoc) * @see org.apache.maven.profiles.ProfileManager#explicitlyDeactivate(java.lang.String) */ @OverrideCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 6.9K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/profiles/manager/DefaultProfileManagerTest.java
ProfileManager profileManager = new DefaultProfileManager(getContainer(), props); profileManager.addProfile(syspropActivated); profileManager.explicitlyDeactivate("syspropActivated"); List active = profileManager.getActiveProfiles(); assertNotNull(active); assertEquals(0, active.size()); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:36 GMT 2025 - 6.4K bytes - Click Count (0)