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 9bb695321 RATIS-2125. javadoc jars should not include non-doc items
(#1123)
9bb695321 is described below
commit 9bb6953217186d68362ae68492d7080874431158
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jul 15 13:06:47 2024 +0200
RATIS-2125. javadoc jars should not include non-doc items (#1123)
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 86d6c7c61..1284e2f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -977,9 +977,6 @@
<goals>
<goal>jar</goal>
</goals>
- <configuration>
- <outputDirectory>${project.build.directory}</outputDirectory>
- </configuration>
</execution>
</executions>
</plugin>