Author: veithen
Date: Sat Apr 2 19:34:13 2011
New Revision: 1088093
URL: http://svn.apache.org/viewvc?rev=1088093&view=rev
Log:
Make sure that the Maven site conforms to the Apache project branding
guidelines. Also improved the site navigation and disabled project reports that
are not useful.
Modified:
webservices/commons/trunk/modules/neethi/pom.xml
webservices/commons/trunk/modules/neethi/src/site/apt/index.apt
webservices/commons/trunk/modules/neethi/src/site/site.xml
Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=1088093&r1=1088092&r2=1088093&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Sat Apr 2 19:34:13 2011
@@ -274,6 +274,17 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issue-tracking</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
</plugins>
</reporting>
Modified: webservices/commons/trunk/modules/neethi/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/site/apt/index.apt?rev=1088093&r1=1088092&r2=1088093&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/site/apt/index.apt (original)
+++ webservices/commons/trunk/modules/neethi/src/site/apt/index.apt Sat Apr 2
19:34:13 2011
@@ -4,7 +4,7 @@
Welcome to Apache Neethi
- Apache Neethi provides general framework for the programmers to use WS
Policy.
+ Apache Neethi\u2122 provides general framework for the programmers to use WS
Policy.
It is compliant with latest WS Policy specification which was published in
March 2006. This framework is specifically written to enable the Apache Web
services stack to use WS Policy as a way of expressing it's requirements and
@@ -30,3 +30,10 @@ Key Features
* Provides a mechanism to provide custom serialization / de-serialization
of assertions
* More provision for the domain authors to determine the behavior of the
assertions
+
+ []
+
+====
+
+ Apache Neethi, Neethi, Apache, the Apache feather logo, and the Apache
Neethi project
+ logo are trademarks of The Apache Software Foundation.
\ No newline at end of file
Modified: webservices/commons/trunk/modules/neethi/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/site/site.xml?rev=1088093&r1=1088092&r2=1088093&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/site/site.xml (original)
+++ webservices/commons/trunk/modules/neethi/src/site/site.xml Sat Apr 2
19:34:13 2011
@@ -30,6 +30,7 @@
</links>
<menu name="Apache Neethi">
+ <item name="About" href="index.html"/>
<item name="Downloads">
<item name="Releases" href="download.cgi"/>
<item name="Source Code" href="/source-repository.html"/>
@@ -38,9 +39,15 @@
<item name="Javadocs" href="/apidocs/index.html"/>
<item name="Migration Guide" href="/migration.html"/>
</item>
+ <item name="Project Information">
+ <item name="Mailing Lists" href="/mail-lists.html"/>
+ <item name="Project Team" href="/team-list.html"/>
+ <item name="Issue Tracking" href="issue-tracking.html"/>
+ </item>
+ <item name="License" href="http://www.apache.org/licenses/"/>
+ <item name="Sponsorship"
href="http://www.apache.org/foundation/sponsorship.html"/>
+ <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+ <item name="Security" href="http://apache.org/security/"/>
</menu>
-
- <menu ref="reports"/>
-
</body>
</project>