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 10:12:19 UTC

[streampipes] branch chore/clean-up-pom created (now 2f7f51c57)

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

bossenti pushed a change to branch chore/clean-up-pom
in repository https://gitbox.apache.org/repos/asf/streampipes.git


      at 2f7f51c57 remove outdated maven profile

This branch includes the following new commits:

     new 2f7f51c57 remove outdated maven profile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[streampipes] 01/01: remove outdated maven profile

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/clean-up-pom
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 2f7f51c5762c428a52bbda1e29a22e3131c23015
Author: bossenti <bo...@posteo.de>
AuthorDate: Fri Jan 6 11:11:17 2023 +0100

    remove outdated maven profile
---
 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 -->