- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ActivationProperty (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-model/src/test/java/org/apache/maven/model/ActivationPropertyTest.java
/** * Tests {@code ActivationProperty}. * */ class ActivationPropertyTest { @Test void testHashCodeNullSafe() { new ActivationProperty().hashCode(); } @Test void testEqualsNullSafe() { assertFalse(new ActivationProperty().equals(null)); new ActivationProperty().equals(new ActivationProperty()); } @TestCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 1.7K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<version>4.0.0+</version> <description>Specifies that this profile will be activated when this property is specified.</description> <association> <type>ActivationProperty</type> </association> </field> <field> <name>file</name> <version>4.0.0+</version>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)