diff options
author | Martin Stockhammer <martin_s@apache.org> | 2017-06-13 20:44:32 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2017-06-13 20:44:32 +0200 |
commit | 7c4e951f8dc566bcdeed736a133818d653d4324a (patch) | |
tree | 556294bd0d6a470595cda8b97f0728b20975fc06 /archiva-docs | |
parent | 79d2e2fd1b23d9de2c049ea5b38c770185433460 (diff) | |
download | archiva-7c4e951f8dc566bcdeed736a133818d653d4324a.tar.gz archiva-7c4e951f8dc566bcdeed736a133818d653d4324a.zip |
Updating config for new site plugin
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> |