BAEL-10829 Cleanup parent pom.xml (#5907)
* BAEL-10829 Cleanup parent pom.xml - Removed geotools module causing build to hang - Removed -q parameter from travis to see full logs while building * BAEL-10829 reverting -q flag in travis * BAEL-10829 Commented restx module due to failing tests
This commit is contained in:
parent
5525c12776
commit
25854b89a8
8
pom.xml
8
pom.xml
|
@ -401,7 +401,7 @@
|
|||
<module>flips</module>
|
||||
<module>flyway-cdi-extension</module>
|
||||
|
||||
<module>geotools</module>
|
||||
<!-- <module>geotools</module> --> <!-- Hangs the build. Fixing in BAEL-10943 -->
|
||||
<module>google-cloud</module>
|
||||
<module>google-web-toolkit</module>
|
||||
<!-- <module>gradle</module> --> <!-- Not a maven project -->
|
||||
|
@ -550,7 +550,7 @@
|
|||
<module>reactor-core</module>
|
||||
<module>rest-with-spark-java</module>
|
||||
<module>resteasy</module>
|
||||
<module>restx</module>
|
||||
<!-- <module>restx</module> --> <!-- Tests failing. Fixing in BAEL-10944 -->
|
||||
<!-- <module>rmi</module> --> <!-- Not a maven project -->
|
||||
<module>rule-engines/easy-rules</module>
|
||||
<module>rule-engines/openl-tablets</module>
|
||||
|
@ -1115,7 +1115,7 @@
|
|||
<module>flips</module>
|
||||
<module>flyway-cdi-extension</module>
|
||||
|
||||
<module>geotools</module>
|
||||
<!-- <module>geotools</module> --> <!-- Hangs the build. Fixing in BAEL-10943 -->
|
||||
<module>google-cloud</module>
|
||||
<module>google-web-toolkit</module>
|
||||
<!-- <module>gradle</module> --> <!-- Not a maven project -->
|
||||
|
@ -1264,7 +1264,7 @@
|
|||
<module>reactor-core</module>
|
||||
<module>rest-with-spark-java</module>
|
||||
<module>resteasy</module>
|
||||
<module>restx</module>
|
||||
<!-- <module>restx</module> --> <!-- Tests failing. Fixing in BAEL-10944 -->
|
||||
<!-- <module>rmi</module> --> <!-- Not a maven project -->
|
||||
<module>rule-engines/easy-rules</module>
|
||||
<module>rule-engines/openl-tablets</module>
|
||||
|
|
Loading…
Reference in New Issue