- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for sendOnFailure (0.07 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals(Boolean.TRUE, pom.getValue("ciManagement/notifiers[1]/sendOnError")); assertEquals(Boolean.FALSE, pom.getValue("ciManagement/notifiers[1]/sendOnFailure")); assertEquals(Boolean.FALSE, pom.getValue("ciManagement/notifiers[1]/sendOnWarning")); assertEquals(Boolean.FALSE, pom.getValue("ciManagement/notifiers[1]/sendOnSuccess"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<defaultValue>true</defaultValue> <type>boolean</type> <description>Whether to send notifications on error.</description> </field> <field> <name>sendOnFailure</name> <version>4.0.0+</version> <defaultValue>true</defaultValue> <type>boolean</type> <description>Whether to send notifications on failure.</description>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)