- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for explicitlyActivate (0.07 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.9K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/profiles/manager/DefaultProfileManagerTest.java
ProfileManager profileManager = new DefaultProfileManager(getContainer(), props); profileManager.addProfile(syspropActivated); profileManager.explicitlyActivate("syspropActivated"); List active = profileManager.getActiveProfiles(); assertNotNull(active); assertEquals(1, active.size());
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 6.4K bytes - Viewed (0)