diff options
author | Olivier Lamy <olamy@apache.org> | 2012-10-05 19:48:15 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-10-05 19:48:15 +0000 |
commit | d381f0d431b46ede15ee7264bdc90a4d7adf1c4a (patch) | |
tree | ded0a5ab3b5d7aa65abf48717ef35ca22208abde /archiva-docs/pom.xml | |
parent | 68f37c8366c6d57d4374e785a7354d79900a3c1e (diff) | |
download | archiva-d381f0d431b46ede15ee7264bdc90a4d7adf1c4a.tar.gz archiva-d381f0d431b46ede15ee7264bdc90a4d7adf1c4a.zip |
add rest ui services documentation move rest services from the webapp-js to web-common module
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394756 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 1ec358c51..5b44cf374 100644 --- a/archiva-docs/pom.xml +++ b/archiva-docs/pom.xml @@ -109,6 +109,18 @@ <excludes>META-INF/**,org/**</excludes> </configuration> </execution> + <execution> + <id>archiva-rest-ui-api-docs-extract</id> + <phase>site</phase> + <goals> + <goal>unpack-dependencies</goal> + </goals> + <configuration> + <includeArtifactIds>archiva-web-common</includeArtifactIds> + <outputDirectory>${project.build.directory}/site/</outputDirectory> + <excludes>META-INF/**,org/**,WEB-INF/**</excludes> + </configuration> + </execution> </executions> </plugin> </plugins> @@ -120,6 +132,10 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-rest-api</artifactId> </dependency> + <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-web-common</artifactId> + </dependency> </dependencies> <reporting> |