- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for failOnError (0.06 sec)
-
api/maven-api-settings/pom.xml
<exclude>**/package-info.java</exclude> </excludes> <sourceFileIncludes> <sourceFileInclude>**/*.java</sourceFileInclude> </sourceFileIncludes> <failOnError>false</failOnError> <quiet>true</quiet> </configuration> </plugin> </plugins> </reporting>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.6K bytes - Viewed (0) -
api/maven-api-toolchain/pom.xml
<exclude>**/package-info.java</exclude> </excludes> <sourceFileIncludes> <sourceFileInclude>**/*.java</sourceFileInclude> </sourceFileIncludes> <failOnError>false</failOnError> <quiet>true</quiet> </configuration> </plugin> </plugins> </reporting>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.4K bytes - Viewed (0) -
pom.xml
<executions> <execution> <id>check-compatibility</id> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <failOnError>false</failOnError> <ignored> <difference> <!-- seems to be a clirr bug that it cannot handle the different inherited return types --> <className>**</className>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0) -
guava-gwt/pom.xml
<goals> <goal>compile</goal> </goals> <configuration> <module>com.google.common.ForceGuavaCompilation</module> <failOnError>true</failOnError> <logLevel>${gwt.logLevel}</logLevel> <generateJsInteropExports>true</generateJsInteropExports> <validateOnly>true</validateOnly>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0)