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 <[email protected]>
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>

Reply via email to