We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after migrate to jacoco, the test failed to start in Eclipse, but runs well with maven cli.
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine> <!-- jacoco generate the property `argLine` --> ${argLine} -Xmx256m -noverify </argLine> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <goals> <goal>prepare-agent</goal> </goals> </execution> <!-- attached to Maven test phase --> <execution> <id>report</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin>
"Windows -> Show View -> Others -> Error Log"
The text was updated successfully, but these errors were encountered:
workaround for #459
7a0b85e
d44725f
Merge pull request #460 from cbeust/issues/459
af05501
missedone
No branches or pull requests
Problem Statement
after migrate to jacoco, the test failed to start in Eclipse, but runs well with maven cli.
Any relate message in "Error Log" view
The Dependency Management tool for your project
Operating System
The text was updated successfully, but these errors were encountered: