This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new cf195bc4 Update Java release process.
cf195bc4 is described below
commit cf195bc4ac72e23e5fab8f6f21b0f1a122f3ecd4
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Jan 3 18:02:51 2025 -0800
Update Java release process.
---
docs/Community/ReleaseProcessForJavaComponents.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md
b/docs/Community/ReleaseProcessForJavaComponents.md
index 66f38f1d..5b6aa1a4 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -74,6 +74,7 @@ Also specifies line separator characters for text files.
### Run IDE Checks
* Run Code Coverage > 90%
+ * **Hint:** Run `mvn clean test` first so that /target/ has a complete set
of class files before you attempt the Eclipse `coverage` test.
* SpotBugs checks (is it properly configured?)
* Checkstyle (is it properly configured?)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]