diff options
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/pom.xml | 28 | ||||
-rw-r--r-- | archiva-docs/src/site/site.xml | 3 |
2 files changed, 2 insertions, 29 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index c385c0b5a..59d935ba2 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -159,32 +159,4 @@ </site> </distributionManagement> - <profiles> - <profile> - <id>offline</id> - <activation> - <property> - <name>offline</name> - <value>true</value> - </property> - </activation> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <version>1.4</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </pluginManagement> - </build> - </profile> - </profiles> </project> diff --git a/archiva-docs/src/site/site.xml b/archiva-docs/src/site/site.xml index e0d532cc1..bc3310ddb 100644 --- a/archiva-docs/src/site/site.xml +++ b/archiva-docs/src/site/site.xml @@ -144,12 +144,13 @@ <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/> <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/> </menu> - <footer> + <![CDATA[ <div class="row span12">Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</div> <div class="row span12"> <a href="${project.url}privacy-policy.html">Privacy Policy</a> </div> + ]]> </footer> </body> |