This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch branch-3.1.1_review in repository https://gitbox.apache.org/repos/asf/ratis.git
commit 054cfb707de0976e4dae55005d0b1934242dc983 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 50712b3b9..dda19aec8 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>
