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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit ef56a1bc7c62570287d062b61ef24306d2e1a2a1
Author: aherbert <[email protected]>
AuthorDate: Fri Oct 28 15:32:37 2022 +0100

    Skip packaging of empty docs archive
---
 commons-numbers-docs/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/commons-numbers-docs/pom.xml b/commons-numbers-docs/pom.xml
index 10463a8b..edb1fd62 100644
--- a/commons-numbers-docs/pom.xml
+++ b/commons-numbers-docs/pom.xml
@@ -130,6 +130,14 @@
         </executions>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <skipIfEmpty>true</skipIfEmpty>
+        </configuration>
+      </plugin>
+
       <!-- Create aggregate javadoc jar using 'mvn javadoc:aggregate-jar' -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to