Skip to content

Commit 8729843

Browse files
committed
next try to fix our lib build
1 parent b5c9052 commit 8729843

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,11 +427,18 @@
427427
<useSystemClassLoader>false</useSystemClassLoader>
428428
<includes>
429429
<include>**/libraries/*.java</include>
430-
<include>**/libraries/**/*.java</include>
430+
<!--
431+
we have to list the different folders here using '**' seems to confuse surefile
432+
placing some gwt classe in the path and then failing when trying to instantiate
433+
-->
434+
<include>**/libraries/dojo/*.java</include>
435+
<include>**/libraries/htmx/*.java</include>
436+
<include>**/libraries/jquery/*.java</include>
437+
<include>**/libraries/mochikit/*.java</include>
438+
<include>**/libraries/prototype/*.java</include>
431439
</includes>
432440
<excludes>
433441
<exclude>**/libraries/jquery/JQuery3x3x1Test.java</exclude>
434-
<exclude>**/libraries/**/*.jar</exclude>
435442
</excludes>
436443
<argLine>-Xms128m -Xmx512m</argLine>
437444
<systemPropertyVariables>

0 commit comments

Comments
 (0)