This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch 
remove-excecution-of-javadoc-plugin-for-opennlp-models
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git

commit 4bf1e0f3d8e313d482bdc178a59513de7540b0ef
Author: Martin Wiesner <[email protected]>
AuthorDate: Thu Oct 31 13:13:09 2024 +0100

    Removes unnecessary javadoc-plugin execution from mvn build config
    - adjust build for 'non-Java JARs' bundling flavor
    - resolves 'creating fake javadoc directory to prevent repeated 
invocations' warnings and related extra effort
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f94bb3..176ece7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,29 +222,6 @@
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>${javadoc.plugin.version}</version>
-                               <configuration>
-                                       <doclint>none</doclint>
-                                       <source>${java.version}</source>
-                                       <sourcepath>src/main/java</sourcepath>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>create-javadoc-jar</id>
-                                               <goals>
-                                                       <goal>jar</goal>
-                                               </goals>
-                                               <phase>package</phase>
-                                               <configuration>
-                                                       <show>public</show>
-                                                       <quiet>false</quiet>
-                                                       <use>false</use> <!-- 
Speeds up the build of the javadocs -->
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
 

Reply via email to