Skip to content

Instantly share code, notes, and snippets.

@simonetripodi
Created November 26, 2011 21:06
Show Gist options
  • Save simonetripodi/1396291 to your computer and use it in GitHub Desktop.
Save simonetripodi/1396291 to your computer and use it in GitHub Desktop.
parent.pom.patch
Index: src/site/site.xml
===================================================================
--- src/site/site.xml (revision 1206581)
+++ src/site/site.xml (working copy)
@@ -51,9 +51,9 @@
<version position="left" />
<skin>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-skin</artifactId>
- <version>3</version>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.0</version>
</skin>
<body>
@@ -64,18 +64,6 @@
<item name="Commons" href="http://commons.apache.org/" />
</links>
- <head>
- <!-- Better display of <source> code sections -->
- <!-- Note: the $relativePath reference is resolved by the template -->
- <link rel="stylesheet" href="$relativePath/css/prettify.css" type="text/css" media="all" />
- <script type="text/javascript" src="$relativePath/js/prettify.js"></script>
- <script type="text/javascript">
- window.onload=function() {
- prettyPrint();
- }
- </script>
- </head>
-
<menu ref="reports" inherit="bottom" />
<menu name="Commons" inherit="bottom">
@@ -109,6 +97,11 @@
<item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
<item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
</menu>
+
+ <footer>
+ <div class="row span16">Apache Commons, Apache @project.name@, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
+ All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+ </footer>
</body>
<!-- inherited -->
@@ -121,15 +114,4 @@
img="http://maven.apache.org/images/logos/maven-feather.png"/>
</poweredBy>
- <!-- inherited -->
- <custom>
- <!-- @project.name@ will be replaced by the template; if we used ${project.name} it would pick up Commons Parent -->
- <footer>
- <div class="center">
- Apache Commons, Apache @project.name@, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
- All other marks mentioned may be trademarks or registered trademarks of their respective owners.
- </div>
- </footer>
- </custom>
-
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment