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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 51e3513f fix maven-javadoc-plugin config
51e3513f is described below

commit 51e3513ff2ead1f39b6301d716bdff694bca561e
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Fri Apr 8 17:29:20 2022 +0200

    fix maven-javadoc-plugin config
---
 deltaspike/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 5131e436..b07d7078 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -102,9 +102,11 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>3.3.2</version>
                     <configuration>
                         <charset>UTF-8</charset>
                         <detectLinks>true</detectLinks>
+                        <source>1.8</source>
                         
<excludePackageNames>org.apache.deltaspike.example.*:org.apache.deltaspike.playground*:org.apache.deltaspike.test.*:org.apache.deltaspike.cdise.tck*:org.apache.deltaspike.cdise.servlet*:*impl*</excludePackageNames>
                         <groups>
                             <group>

Reply via email to