We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab567a commit 035bf94Copy full SHA for 035bf94
src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java
@@ -98,6 +98,7 @@ public class SCoveragePreCompileMojo
98
* <br>
99
100
* Example:
101
+ * <br>
102
* {@code (empty);Reverse.*;.*AuthService.*;models\.data\..*}
103
104
@@ -110,7 +111,7 @@ public class SCoveragePreCompileMojo
110
111
private String excludedPackages;
112
113
/**
- * Semicolon separated list of regular expressions for source paths to exclude.
114
+ * Semicolon-separated list of regular expressions for source paths to exclude.
115
116
*
117
* @since 1.0.0
0 commit comments