diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-11 11:48:16 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-11 11:48:16 +0000 |
commit | 47acd35fbfe70ff72c406b1dda29b0d7e46f61a0 (patch) | |
tree | 0142713866f6d797a23f7839dd13fe9025ea12e8 /archiva-docs/pom.xml | |
parent | 8daf53e0f0f8e1acdd76c4127cfdee33b3183493 (diff) | |
download | archiva-47acd35fbfe70ff72c406b1dda29b0d7e46f61a0.tar.gz archiva-47acd35fbfe70ff72c406b1dda29b0d7e46f61a0.zip |
redesign of docs using boostrap css
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1181732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r-- | archiva-docs/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index b283011b5..f550ca281 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -30,6 +30,17 @@ <url>http://archiva.apache.org/docs/${project.version}/</url> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <templateFile>${basedir}/src/maven-site.vm</templateFile> + </configuration> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <artifactId>maven-site-plugin</artifactId> |