[ERROR] Tests run: 94, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 416.522 s <<< FAILURE! - in org.apache.maven.plugins.ear.it.EarMojoIT
[ERROR] testProject092(org.apache.maven.plugins.ear.it.EarMojoIT) Time elapsed: 19.103 s <<< FAILURE!
org.junit.internal.ArrayComparisonFailure: Wrong elements of Class-Path entry of module [eartest-war-sample-three-1.0.war] manifest: array lengths differed, expected.length=3 actual.length=1; arrays first differed at element [0]; expected:<[libs/eartest-]jar-sample-two-1.0.j...> but was:<[]jar-sample-two-1.0.j...>
at org.apache.maven.plugins.ear.it.EarMojoIT.testProject092(EarMojoIT.java:1035)
Caused by: org.junit.ComparisonFailure: expected:<[libs/eartest-]jar-sample-two-1.0.j...> but was:<[]jar-sample-two-1.0.j...>
at org.apache.maven.plugins.ear.it.EarMojoIT.testProject092(EarMojoIT.java:1035)
Marat Abrarov opened MEAR-293 and commented
If
skinnyModulesoption is turned on andskinnyWarsoption is turned off (default value) then WARs are not skinny. It looks to be a bug introduced by pull request #26. This leads to failed integration test in the Jenkins builds of master branch:Affects: 3.1.0
Remote Links: