JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17 (#13945)

* JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17

* JAVA-20630 code format

* JAVA-20630 don't fail if there's no web.xml and using Java based configuration while building a war file

* JAVA-20630 avoid unneeded formatting

* JAVA-20630 change order of modules to solve flaky tests
This commit is contained in:
Kasra Madadipouya
2023-05-11 07:35:28 +02:00
committed by GitHub
parent 4192bf3bdc
commit 167a3f53ed
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -19,8 +19,8 @@
</properties>
<modules>
<module>dummy-surefire-junit47</module>
<module>core-java-exclusions</module>
<module>dummy-surefire-junit47</module>
</modules>
<build>