Author: rdonkin
Date: Wed Sep 2 09:13:05 2009
New Revision: 810429
URL: http://svn.apache.org/viewvc?rev=810429&view=rev
Log:
Specify latest release of Maven site plugin. Revert to relative URLs for links
even though this means that - for me - Maven stuffs up the URL rewriting it
does when staging...
Modified:
james/project/trunk/pom.xml
james/project/trunk/project/src/site/site.xml
Modified: james/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=810429&r1=810428&r2=810429&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Wed Sep 2 09:13:05 2009
@@ -64,6 +64,13 @@
<build>
<pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0.1</version>
+ </plugin>
+ </plugins>
</pluginManagement>
</build>
Modified: james/project/trunk/project/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=810429&r1=810428&r2=810429&view=diff
==============================================================================
--- james/project/trunk/project/src/site/site.xml (original)
+++ james/project/trunk/project/src/site/site.xml Wed Sep 2 09:13:05 2009
@@ -58,14 +58,14 @@
</menu>
<menu name="About James " inherit='bottom'>
- <item name="Overview" href="http://james.apache.org/index.html" />
- <item name="News" href="http://james.apache.org/newsarchive.html" />
- <item name="Mailing Lists" href="http://james.apache.org/mail.html" />
- <item name="Contributing" href="http://james.apache.org/contribute.html"
/>
- <item name="Project Guidelines"
href="http://james.apache.org/guidelines.html" />
+ <item name="Overview" href="/index.html" />
+ <item name="News" href="/newsarchive.html" />
+ <item name="Mailing Lists" href="/mail.html" />
+ <item name="Contributing" href="/contribute.html" />
+ <item name="Project Guidelines" href="/guidelines.html" />
<item name="Wiki" href="http://wiki.apache.org/james" />
- <item name="Who We Are" href="http://james.apache.org/weare.html" />
- <item name="License" href="http://james.apache.org/license.html" />
+ <item name="Who We Are" href="/weare.html" />
+ <item name="License" href="/license.html" />
</menu>
<menu name="Apache Software Foundation" inherit="bottom">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]