Author: woonsan
Date: Thu May 26 04:10:03 2022
New Revision: 1901265

URL: http://svn.apache.org/viewvc?rev=1901265&view=rev
Log:
JS2-1374: add dormant warning in index page

Added:
    portals/site/jetspeed/jetspeed-2.3/src/site/resources/css/site.css
Modified:
    portals/site/jetspeed/jetspeed-2.3/pom.xml
    portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/index.xml

Modified: portals/site/jetspeed/jetspeed-2.3/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/pom.xml?rev=1901265&r1=1901264&r2=1901265&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/pom.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/pom.xml Thu May 26 04:10:03 2022
@@ -36,15 +36,6 @@
 
   <name>Jetspeed 2.3 Documentation</name>
   <description>Jetspeed 2.3.x Documentation for all 2.3.x 
versions</description>
-
-  <modules>
-       <module>jetspeed-guide-build</module>
-       <module>jetspeed-guide-dev</module>
-       <module>jetspeed-guide-deploy</module>
-       <module>jetspeed-guide-admin</module>
-       <module>jetspeed-guide-users</module>
-       <module>jetspeed-tutorial</module>
-  </modules>
   
  <!-- this is for a bug Maven, see http://jira.codehaus.org/browse/MSHARED-18 
       should be removed once Maven incorporates this bug in an official 
release--> 
@@ -63,9 +54,10 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
         <reportSets>
-          <reportSet>            
-            <reports>              
+          <reportSet>
+            <reports>
             </reports>
           </reportSet>
         </reportSets>
@@ -73,4 +65,18 @@
     </plugins>
   </reporting>
 
+  <profiles>
+    <profile>
+      <id>guides</id>
+      <modules>
+        <module>jetspeed-guide-build</module>
+        <module>jetspeed-guide-dev</module>
+        <module>jetspeed-guide-deploy</module>
+        <module>jetspeed-guide-admin</module>
+        <module>jetspeed-guide-users</module>
+        <module>jetspeed-tutorial</module>
+      </modules>
+    </profile>
+  </profiles>
+
 </project>

Added: portals/site/jetspeed/jetspeed-2.3/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/src/site/resources/css/site.css?rev=1901265&view=auto
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/src/site/resources/css/site.css (added)
+++ portals/site/jetspeed/jetspeed-2.3/src/site/resources/css/site.css Thu May 
26 04:10:03 2022
@@ -0,0 +1,25 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+.alert-heading {
+    display: block;
+    font-size: 14px;
+    margin-bottom: 6px;
+    font-weight: bold;
+    text-align: center;
+    background-color: yellow;
+}

Modified: portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/index.xml?rev=1901265&r1=1901264&r2=1901265&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/index.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/index.xml Thu May 26 
04:10:03 2022
@@ -25,6 +25,12 @@
                </authors>
        </properties>
        <body>
+               <section name="Dormant Sub-project Warning">
+                 <div class="alert-heading">
+                         <em>Warning</em>: Jetspeed-2 is a dormant project of 
Apache Portals as of May 24, 2022.
+                         No further support will be provided.
+                 </div>
+               </section>
                <section name="Welcome to Jetspeed-2">
                        <div id="downloadbox">
                                <h5>Get Jetspeed 2.3.1</h5>


Reply via email to