Hi, I was asking for the *maven* logfiles. This is where the dump goal is executed. Looks like you provided the Jenkins logfile.
-marc > On 07.10.2016, at 14:15, sneha agarwal <[email protected]> wrote: > > Hi Marc, > I am getting this > [JaCoCo plugin] Collecting JaCoCo coverage data... > [JaCoCo plugin] **/**.exec;**/coverage/classes-cov;**/taxmaster/; locations > are configured > [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0 > [JaCoCo plugin] Saving matched execfiles: > [JaCoCo plugin] Saving matched class directories for class-pattern: > **/coverage/classes-cov: > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/coverage/classes-cov > [JaCoCo plugin] Saving matched source directories for source-pattern: > **/taxmaster/: > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/Portal/apiTests/target/test-classes/com/myntra/apiTests/erpservices/taxMaster > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/coverage/classes-cov/com/myntra/taxmaster > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster/engine > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster/engine/impl > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster/manager > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster/manager/impl > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster/manager/impl/customerVat > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/java/com/myntra/taxmaster/util > > /data/jenkins/workspace/TaxMasterServiceCodeCoverage/taxmaster/tax-service/src/test/resources > [JaCoCo plugin] Loading inclusions files.. > [JaCoCo plugin] inclusions: [] > [JaCoCo plugin] exclusions: [] > [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, > maxClass=30, minMethod=0, maxMethod=30, minLine=0, maxLine=30, minBranch=0, > maxBranch=30, minInstruction=0, maxInstruction=30, minComplexity=0, > maxComplexity=30] > [JaCoCo plugin] Publishing the results.. > [JaCoCo plugin] Loading packages.. > [JaCoCo plugin] Done. > [JaCoCo plugin] Overall coverage: class: 0, method: 0, line: 0, branch: 0, > instruction: 0 > Started calculate disk usage of build > >> On Fri, Oct 7, 2016 at 1:15 PM, Marc R. Hoffmann >> <[email protected]> wrote: >> Hi, >> >> please check your maven log files. The dump goal should log something like: >> >> - "Connecting to..." >> - "Dumping execution data to..." >> >> Or a error is logged. This should give you an idea what actually is going on. >> >> Regards, >> -marc >> >>> On 06.10.16 20:14, sneha agarwal wrote: >>> I am using Jenkins plugin 2.0.1 and the jacoco version 0.7.6. >>> The coverage shows 0 and I do not see any exec file generated as well. >>> Please suggest. >>> POM file used : >>> <plugin> >>> <groupId>org.jacoco</groupId> >>> <artifactId>jacoco-maven-plugin</artifactId> >>> <version>0.7.6.201602180812</version> >>> <configuration> >>> <destFile>../../coverage/jacoco.exec</destFile> >>> <reset>true</reset> >>> <append>false</append> >>> </configuration> >>> <executions> >>> <execution> >>> <id>dump</id> >>> <phase>integration-test</phase> >>> <goals> >>> <goal>dump</goal> >>> </goals> >>> </execution> >>> </executions> >>> </plugin> >>> >>> and tomcat upddate CATALINA_OPTS="$CATALINA_OPTS >>> -javaagent:/path/tomcat/lib/jacocoagent.jar=output=tcpserver,append=true,dumponexit=false,classdumpdir=/path/tomcat/classes-cov/,includes=com/abc/abc/**,address=*" >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "JaCoCo and EclEmma Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jacoco/96ad82d7-e3dd-4fc6-a09f-81baccc0a9e1%40googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "JaCoCo and EclEmma Users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jacoco/E3-ZShy_-cY/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jacoco/85a388f9-18bb-6745-7b11-134935cb9015%40mountainminds.com. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "JaCoCo and EclEmma Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/CAPExvo96xdoJvq4YMZdExHJP%2BN2OJBvKceXj3QAQZWtaoLz2iQ%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/12B2CF66-7F6D-407F-BD45-55EF46449357%40mountainminds.com. For more options, visit https://groups.google.com/d/optout.
