[java code coverage] Announcement: ProCoCo -- JaCoCo for Professionals

2019-04-01 Thread Marc Hoffmann
Dear JaCoCo Users, after we worked for nearly a decade o JaCoCo as a free open source project, we decided to offer a commercial extension to it. The new enterprise-grade “ProCoCo” will satisfy many requirements we learned over the years by listening to our user base. Excited? Please find all

[java code coverage] Re: Error generating jacoco-maven-plugin:0.8.3:report report

2019-04-01 Thread pothuri hari prasad
I removed the offline instrumentation and it is not generating the jacoco report in the site command so can you please elaborate on the solution @Marc R. Hoffmann -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from

[java code coverage] Re: Error generating jacoco-maven-plugin:0.8.3:report report

2019-04-01 Thread pothuri hari prasad
On Monday, April 1, 2019 at 1:32:51 PM UTC+5:30, pothuri hari prasad wrote: > > when i run mvn site command the following error is occured, can anyone > please help me how to resolve this > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal

Re: [java code coverage] Error generating jacoco-maven-plugin:0.8.3:report report

2019-04-01 Thread Marc Hoffmann
Hi, the error message in the stack trace explains the problem: Cannot process instrumented class ai/apptuit/metrics/dropwizard/ApptuitReporterFactory$RegexStringMatchingStrategy. Please supply original non-instrumented classes. You create the report on the (still) instrumented classes. The

[java code coverage] Error generating jacoco-maven-plugin:0.8.3:report report

2019-04-01 Thread pothuri hari prasad
when i run mvn site command the following error is occured, can anyone please help me how to resolve this org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project metrics-apptuit-dropwizard: