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
[INFO] --- jacoco-maven-plugin:0.8.5:report (default-cli) @ mystamps --- [INFO] Skipping JaCoCo execution due to missing execution data file.
The text was updated successfully, but these errors were encountered:
This is regression after aa43861 (#1164) where argLine has been moved.
argLine
Sorry, something went wrong.
Here is the proposed fix:
@@ -917,7 +917,7 @@ and doesn't pass it into a forked process. See: https://stackoverflow.com/questions/17656475/maven-source-encoding-in-utf-8-not-working --> - <argLine>-Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine> + <argLine>@{argLine} -Dfile.encoding=${project.build.sourceEncoding} -Xss256k</argLine> </configuration> </plugin>
7fbb2f6
245ad38
revert: "build: properly fix JaCoCo report generation."
af220cc
This reverts commit 245ad38. Relate to #1239 Part of #1672
php-coder
No branches or pull requests
The text was updated successfully, but these errors were encountered: