Author: hboutemy Date: Wed Jul 20 21:06:29 2011 New Revision: 1148942 URL: http://svn.apache.org/viewvc?rev=1148942&view=rev Log: o removed m-site-p overrides o avoided dual breadcrumb item for Maven site
Modified: maven/site/trunk/pom.xml maven/site/trunk/src/site/site.xml Modified: maven/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1148942&r1=1148941&r2=1148942&view=diff ============================================================================== --- maven/site/trunk/pom.xml (original) +++ maven/site/trunk/pom.xml Wed Jul 20 21:06:29 2011 @@ -27,7 +27,6 @@ <relativePath>../pom/maven/pom.xml</relativePath> </parent> - <groupId>org.apache.maven</groupId> <artifactId>maven-site</artifactId> <version>1.0</version> <packaging>pom</packaging> @@ -157,11 +156,6 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.2</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pdf-plugin</artifactId> <version>1.1</version> </plugin> @@ -219,9 +213,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <configuration> - <outputEncoding>UTF-8</outputEncoding> - </configuration> <executions> <execution> <id>jar</id> Modified: maven/site/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=1148942&r1=1148941&r2=1148942&view=diff ============================================================================== --- maven/site/trunk/src/site/site.xml (original) +++ maven/site/trunk/src/site/site.xml Wed Jul 20 21:06:29 2011 @@ -27,6 +27,9 @@ under the License. <version position="none" /> <body> + <breadcrumbs> + <item name="Maven" href="http://maven.apache.org/index.html" /> + </breadcrumbs> <menu name="Main"> <item name="Welcome" href="/index.html"/>