This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new fe2190257 RATIS-2572. Empty dir annotations/ in ratis-proto.jar (#1493)
fe2190257 is described below
commit fe2190257a20756111a71db84f96f0ec95f82f40
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jul 3 16:37:05 2026 +0200
RATIS-2572. Empty dir annotations/ in ratis-proto.jar (#1493)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 59d5bb90d..e015492d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,6 +543,11 @@
<compilerArgs>
<arg>-Xlint:all,-options,-path</arg>
</compilerArgs>
+ <!-- hopefully can be removed after upgrade to
maven-compiler-plugin 4.0 or later,
+ if empty annotations/ dir is fixed by:
https://github.com/apache/maven-compiler-plugin/commit/d958a62 -->
+
<generatedSourcesDirectory>${project.build.directory}/generated-sources</generatedSourcesDirectory>
+ <!-- no annotation processing -->
+ <proc>none</proc>
</configuration>
</plugin>