Jacoco:check - pom example?

2013-10-07 Thread James Green
Under build I have: plugin groupIdorg.jacoco/groupId artifactIdjacoco-maven-plugin/artifactId version${version.jacoco}/version executions execution idprepare/id

Re: Jacoco:check - pom example?

2013-10-07 Thread thorsten . heit
Hi, Under build I have: plugin groupIdorg.jacoco/groupId artifactIdjacoco-maven-plugin/artifactId version${version.jacoco}/version executions execution idprepare/id

Re: Jacoco:check - pom example?

2013-10-07 Thread James Green
According to the documentation they both/all bind to default phases and I'm in no position to disagree. On 7 October 2013 14:00, thorsten.h...@vkb.de wrote: Hi, Under build I have: plugin groupIdorg.jacoco/groupId

Re: Jacoco:check - pom example?

2013-10-07 Thread James Green
This works: plugin groupIdorg.jacoco/groupId artifactIdjacoco-maven-plugin/artifactId version${version.jacoco}/version executions execution goals