This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-filtering-1.0-alpha-1 in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
commit 0de28ba259a215921108a427e5083ee986dac48b Author: Oliver Lamy <[email protected]> AuthorDate: Tue Jul 29 21:53:46 2008 +0000 remove inherited links lock site plugin version git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering@680855 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++++- src/site/site.xml | 12 ------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 1229e9e..26d9eae 100755 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,10 @@ </execution> </executions> </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-7</version> + </plugin> </plugins> </build> @@ -82,5 +86,5 @@ <version>1.2</version> </dependency> </dependencies> - + </project> diff --git a/src/site/site.xml b/src/site/site.xml index 2880298..932b86a 100755 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -39,18 +39,6 @@ under the License. <item name="Reference" href="index.html"/> <item name="Usage" href="usage.html"/> </menu> - <!-- TODO: Link, head, reports should be inherited --> - <!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all --> - <links> - <item name="Apache" href="http://www.apache.org/"/> - <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> - <item name="Maven 2.x" href="http://maven.apache.org/"/> - <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/> - <item name="SCM" href="http://maven.apache.org/scm"/> - <item name="Wagon" href="http://maven.apache.org/wagon"/> - <item name="JXR" href="http://maven.apache.org/jxr"/> - <item name="Doxia" href="http://maven.apache.org/doxia"/> - </links> <head> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
