[
https://issues.apache.org/jira/browse/NETBEANS-3205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16951934#comment-16951934
]
Geertjan Wielenga commented on NETBEANS-3205:
---------------------------------------------
Tried to reproduce with this and failed, i.e., the below works in the sense
that the Code Coverage items are added to the right-click popup in 11.2 beta2
on Mac OSX:
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.1.201405082137</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
https://blogs.oracle.com/geertjan/jacoco,-maven,-and-netbeans
> coverage report not shown
> -------------------------
>
> Key: NETBEANS-3205
> URL: https://issues.apache.org/jira/browse/NETBEANS-3205
> Project: NetBeans
> Issue Type: Bug
> Affects Versions: 11.2
> Reporter: Pieter van den Hombergh
> Priority: Major
>
> In the 2019-10-03 build, the jacoco coverage reports are not shown.
> If the pom file or a profile added the jacoco dependency, it used to be that
> the maven specific menu was enhanced with a *Code Coverage* option. This was
> working well in the previous download.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists