You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/01/06 14:01:30 UTC

[streampipes] branch dev updated: remove outdated maven profile (#1048)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 320f2ecfc remove outdated maven profile (#1048)
320f2ecfc is described below

commit 320f2ecfc7f336604beb8ac7cdb1b567d1681a83
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Fri Jan 6 15:01:24 2023 +0100

    remove outdated maven profile (#1048)
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2bd5a8da3..2c5a917a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1542,15 +1542,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>java8-doclint-disabled</id>
-            <activation>
-                <jdk>[1.8,)</jdk>
-            </activation>
-            <properties>
-                <javadoc.opts>-Xdoclint:none</javadoc.opts>
-            </properties>
-        </profile>
     </profiles>
 
     <!-- Build Settings -->