diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-05 20:51:55 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-05 20:51:55 +0000 |
commit | 864d9d3ea42ae7767deaec3e349a73ba41320cd2 (patch) | |
tree | 5aa98f508e3717a5e694b70199ea0c73c8b6ffc9 /archiva-docs/pom.xml | |
parent | a522cc3f0c41fccce3fa976d30d4f58aed60ca42 (diff) | |
download | archiva-864d9d3ea42ae7767deaec3e349a73ba41320cd2.tar.gz archiva-864d9d3ea42ae7767deaec3e349a73ba41320cd2.zip |
add redback rest api too in site doc
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/pom.xml')
-rw-r--r-- | archiva-docs/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml index b4d62d479..4fa7848a6 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -121,6 +121,18 @@ <excludes>META-INF/**,org/**</excludes> </configuration> </execution> + <execution> + <id>redback-rest-api-docs-extract</id> + <phase>site</phase> + <goals> + <goal>unpack-dependencies</goal> + </goals> + <configuration> + <includeArtifactIds>redback-rest-api</includeArtifactIds> + <outputDirectory>${project.build.directory}/site/</outputDirectory> + <excludes>META-INF/**,org/**</excludes> + </configuration> + </execution> </executions> </plugin> </plugins> @@ -136,6 +148,10 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-web-common</artifactId> </dependency> + <dependency> + <groupId>org.apache.archiva.redback</groupId> + <artifactId>redback-rest-api</artifactId> + </dependency> </dependencies> <reporting> |