You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/07/25 08:59:07 UTC

[sling-parent] branch master updated: SLING-10661 use default stylesheet for javadoc

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new a067463  SLING-10661 use default stylesheet for javadoc
a067463 is described below

commit a067463517c7f48430ee62df762999e85bf55839
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jul 25 10:58:55 2021 +0200

    SLING-10661 use default stylesheet for javadoc
---
 sling-parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index ee2b8db..91e4f68 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -273,7 +273,6 @@
                     <version>3.2.0</version>
                     <!-- this affects both direct invocation and execution in the context of site building (https://maven.apache.org/shared/maven-reporting-exec/) -->
                     <configuration>
-                        <stylesheet>maven</stylesheet>
                         <excludePackageNames>*.impl:*.internal:${site.javadoc.exclude}</excludePackageNames>
                         <!-- suppress timestamp for reproducible builds (https://issues.apache.org/jira/browse/MPOM-260) -->
                         <notimestamp>true</notimestamp>