Author: bimargulies Date: Wed Mar 14 00:32:30 2012 New Revision: 1300427 URL: http://svn.apache.org/viewvc?rev=1300427&view=rev Log: ACCUMULO-464: get the site to have the right left menus on the subprojects.
Modified: incubator/accumulo/trunk/pom.xml incubator/accumulo/trunk/src/site/site.xml Modified: incubator/accumulo/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/pom.xml?rev=1300427&r1=1300426&r2=1300427&view=diff ============================================================================== --- incubator/accumulo/trunk/pom.xml (original) +++ incubator/accumulo/trunk/pom.xml Wed Mar 14 00:32:30 2012 @@ -329,6 +329,14 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0</version> + <executions> + <execution> + <id>attach-descriptor</id> + <goals> + <goal>attach-descriptor</goal> + </goals> + </execution> + </executions> </plugin> </plugins> </pluginManagement> @@ -344,7 +352,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>2.4</version> + <version>2.7.1</version> <configuration> <format>html</format> <includeTests>true</includeTests> @@ -354,7 +362,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.3</version> + <version>2.5.1</version> <configuration> <formats> <format>xml</format> Modified: incubator/accumulo/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/site/site.xml?rev=1300427&r1=1300426&r2=1300427&view=diff ============================================================================== --- incubator/accumulo/trunk/src/site/site.xml (original) +++ incubator/accumulo/trunk/src/site/site.xml Wed Mar 14 00:32:30 2012 @@ -39,7 +39,7 @@ under the License. <breadcrumbs> <item name="Accumulo" href="http://incubator.apache.org/accumulo/" /> </breadcrumbs> - <menu ref="reports" /> - <menu ref="modules" /> + <menu ref="reports" inherit="top" /> + <menu ref="modules" inherit="top" /> </body> </project> \ No newline at end of file