You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/12/19 16:04:42 UTC

[ws-axiom] branch master updated: Remove the skin configuration from site.xml

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new adbab52  Remove the skin configuration from site.xml
adbab52 is described below

commit adbab5262c282106229395d71af199bfba0e56bb
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 19 16:04:14 2021 +0000

    Remove the skin configuration from site.xml
    
    The site skin is defined by the parent POM.
---
 src/site/site.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 9eae349..6529e42 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,11 +18,6 @@
   ~ under the License.
   -->
 <project name="Axiom">
-    <skin>
-        <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-fluido-skin</artifactId>
-        <version>1.5</version>
-    </skin>
     <bannerLeft>
         <name>Apache Axiom</name>
         <src>images/logo.png</src>