sebb schrieb am Sa., 18. Juni 2016 um 15:01 Uhr:
> Yes, looks OK.
>
> So we can just remove any refs to cobertura or jacoco from pom.xml
> and create the following empty file:
>
> src/site/resources/profile.jacoco
>
http://svn.apache.org/viewvc?rev=1748990&view=rev ;-)
>
>
> On 18 June 2016 at
Yes, looks OK.
So we can just remove any refs to cobertura or jacoco from pom.xml
and create the following empty file:
src/site/resources/profile.jacoco
On 18 June 2016 at 13:40, Benedikt Ritter wrote:
> I was able to fix this problem by switching to JaCoCo. Can you confirm?
>
> Benedikt
>
>
I was able to fix this problem by switching to JaCoCo. Can you confirm?
Benedikt
sebb schrieb am Sa., 18. Juni 2016 um 13:41 Uhr:
> I get the same problem, but "mvn clen test" works OK.
>
> I think this is because of Cobertura - that messes with the class
> files, and may confuse BCEL.
>
> I tr
I get the same problem, but "mvn clen test" works OK.
I think this is because of Cobertura - that messes with the class
files, and may confuse BCEL.
I tried
mvn clean site -Dcobertura.skip
and that reduces the number of failures, but there is still one:
[ERROR] Failed to execute goal
org.apac
Hi,
when running mvn test I get:
Tests run: 102, Failures: 0, Errors: 0, Skipped: 0
When I run mvn site I get 28 Errors (see below).
Any idea why this happens? I'm building with:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T17:41:47+01:00)
Maven home: /usr/local/Cell