[ 
https://issues.apache.org/jira/browse/COMMONSSITE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687630#comment-17687630
 ] 

Michael Osipov commented on COMMONSSITE-165:
--------------------------------------------

Here it is: http://home.apache.org/~michaelo/commons-site/

with:
{noformat}
D:\Entwicklung\Projekte\commons-site> svn diff
Index: content/site.xml
===================================================================
--- content/site.xml    (revision 1907597)
+++ content/site.xml    (working copy)
@@ -25,13 +25,13 @@
     <href>http://commons.apache.org/</href>
   </bannerLeft>

-  <publishDate format="dd MMMM yyyy" position="left" />
+  <publishDate position="left" />
   <!-- We don't currently maintain a site version. Skip display (otherwise 
picks up irrelevant parent version) -->
   <version position="none" />
   <skin>
-    <groupId>org.apache.commons</groupId>
-    <artifactId>commons-skin</artifactId>
-    <version>4</version>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>2.0.0-M3</version>
   </skin>
   <body>
     <links>
@@ -193,14 +193,4 @@
           img="https://maven.apache.org/images/logos/maven-feather.png"/>
   </poweredBy>

-  <!-- layout should agree with commons-parent (content will differ) -->
-  <custom>
-    <footer>
-      <div class="center">
-      Apache Commons, Apache, the Apache feather logo, and the Apache Commons 
project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.
-      </div>
-    </footer>
-  </custom>
-
 </project>
Index: pom.xml
===================================================================
--- pom.xml     (revision 1907597)
+++ pom.xml     (working copy)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>19</version>
+    <version>29</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-site</artifactId>
@@ -32,33 +32,6 @@
   <name>Apache Commons</name>
   <url>https://commons.apache.org/</url>

-  <!-- Try redefining Central Repo URL as https to get round old Maven install 
on cms.zones.apache.org -->
-  <repositories>
-    <repository>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>central</id>
-      <name>Central Repository</name>
-      <url>https://repo.maven.apache.org/maven2</url>
-    </repository>
-  </repositories>
-  <!-- Also plugin repo -->
-  <pluginRepositories>
-    <pluginRepository>
-      <releases>
-        <updatePolicy>never</updatePolicy>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>central</id>
-      <name>Central Repository</name>
-      <url>https://repo.maven.apache.org/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
-
-
   <scm>
     
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/cms-site/trunk</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/cms-site/trunk</developerConnection>
@@ -102,7 +75,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.9.1</version>
+          <version>4.0.0-M5</version>
           <configuration>
             <siteDirectory>${basedir}/content</siteDirectory>
           </configuration>
@@ -117,7 +90,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.1.1</version>
+        <version>4.0.0-M1-SNAPSHOT</version>
         <reportSets>
           <reportSet>
             <reports>
D:\Entwicklung\Projekte\commons-site>
{noformat}

As of now, I see very little use/reason in maintaining Commons Skin. If 
something *cannot* be solved with CSS, I'd be happy to discuss.

> [SKIN] Update Commons Skin Bootstrap
> ------------------------------------
>
>                 Key: COMMONSSITE-165
>                 URL: https://issues.apache.org/jira/browse/COMMONSSITE-165
>             Project: Apache Commons All
>          Issue Type: Bug
>          Components: Commons Skin
>            Reporter: Bruno P. Kinoshita
>            Priority: Minor
>              Labels: gsoc2023, part-time
>
> Our Commons components use Commons Skin, a skin, or theme, for Apache Maven 
> Site.
> Our skin uses Bootstrap 2.x, but Bootstrap is already at 5.x release, and we 
> are missing several improvements (UIUX, accessibility, browser compatibility) 
> and JS/CSS bugs fixed over the years.
> Work happening on Apache Maven Skins. Maybe we could adapt/use that one?
> https://issues.apache.org/jira/browse/MSKINS-97
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to