Author: woonsan
Date: Thu May 26 03:46:37 2022
New Revision: 1901264

URL: http://svn.apache.org/viewvc?rev=1901264&view=rev
Log:
PB-114: add dormant warning in index page

Modified:
    portals/site/bridges/pom.xml
    portals/site/bridges/src/site/resources/css/site.css
    portals/site/bridges/src/site/xdoc/index.xml

Modified: portals/site/bridges/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/site/bridges/pom.xml?rev=1901264&r1=1901263&r2=1901264&view=diff
==============================================================================
--- portals/site/bridges/pom.xml (original)
+++ portals/site/bridges/pom.xml Thu May 26 03:46:37 2022
@@ -64,5 +64,15 @@
             
<archive>http://mail-archives.apache.org/mod_mbox/portals-bridges-commits/</archive>
         </mailingList>        
   </mailingLists>
-  
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>

Modified: portals/site/bridges/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/portals/site/bridges/src/site/resources/css/site.css?rev=1901264&r1=1901263&r2=1901264&view=diff
==============================================================================
--- portals/site/bridges/src/site/resources/css/site.css (original)
+++ portals/site/bridges/src/site/resources/css/site.css Thu May 26 03:46:37 
2022
@@ -287,4 +287,13 @@ Project Style
 
 #downloadbox li {
        font-size: smaller;
-}
\ No newline at end of file
+}
+
+.alert-heading {
+    display: block;
+    font-size: 14px;
+    margin-bottom: 6px;
+    font-weight: bold;
+    text-align: center;
+    background-color: yellow;
+}

Modified: portals/site/bridges/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/portals/site/bridges/src/site/xdoc/index.xml?rev=1901264&r1=1901263&r2=1901264&view=diff
==============================================================================
--- portals/site/bridges/src/site/xdoc/index.xml (original)
+++ portals/site/bridges/src/site/xdoc/index.xml Thu May 26 03:46:37 2022
@@ -24,6 +24,13 @@ limitations under the License.
     </authors>
   </properties>
   <body>
+               <section name="Dormant Sub-project Warning">
+                 <div class="alert-heading">
+                         <em>Warning</em>: Portals Bridges is a dormant 
project of Apache Portals as of May 24, 2022.
+                         No further support will be provided.
+                 </div>
+               </section>
+
 <section name="Overview">
       <p>
       Portals Bridges provides support for <a 
href="http://www.jcp.org/en/jsr/detail?id=168"; target="_nw">JSR-168</a> or <a 
href="http://www.jcp.org/en/jsr/detail?id=286"; target="_nw">JSR-286</a> 
compliant


Reply via email to