On 4/25/2018 10:08 AM, Lukasz Lenart wrote: > Not really :( > > https://builds.apache.org/view/S-Z/view/Struts/job/Struts-2-3-JDK6/2/console
I found that 2.4 has following diff: pom.xml <excludes> <exclude>**/TestBean.java</exclude> +<exclude>**/Struts2PortletTest.java</exclude> +<exclude>**/ChartResultTest.java</exclude> </excludes> and I see in my local, 2.3.x also starts working with this change, but I'm going to see if I can keep them with a successful build at local which might fix also Jenkins fail :) Regards.