You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/07/14 09:01:20 UTC

[myfaces] branch master updated: unused profile

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c72fa8  unused profile
1c72fa8 is described below

commit 1c72fa83c66a6e4e65799a50887e0beb57fd93ab
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Jul 14 11:01:12 2020 +0200

    unused profile
---
 parent/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3714e05..3fdc285 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -293,22 +293,8 @@
                 </plugins>
             </build>
         </profile>
-
-        <!-- Disable doclint on java 8 as it is very strict.
-        Some javadocs issues will need to be fixed like non existent reference links -->
-        <profile>
-            <id>disable-java8-doclint</id>
-            <activation>
-                <jdk>[1.8,)</jdk>
-            </activation>
-            <properties>
-                <additionalparam>-Xdoclint:none</additionalparam>
-            </properties>
-        </profile>
-
     </profiles>
 
-
     <reporting>
         <plugins>
             <plugin>