]> source.dussan.org Git - archiva.git/commitdiff
add redback rest api too in site doc
authorOlivier Lamy <olamy@apache.org>
Fri, 5 Oct 2012 20:51:55 +0000 (20:51 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 5 Oct 2012 20:51:55 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394805 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/pom.xml
archiva-docs/src/site/apt/adminguide/webservices/rest.apt.vm

index b4d62d479b79be7cafbdde9c5439a2b5ee788701..4fa7848a67e1cd7bada7524e22fa9bbbe7d54f06 100644 (file)
               <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>
       <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>
index 3dbee7e75ac7fff22c0fe7d630c07ab85083ac7b..7ff4e51783abcc070d9167948e6c006dc69c5af7 100644 (file)
@@ -36,6 +36,8 @@ Using REST Services
 
   * Archiva UI REST api is available here: {{http://archiva.apache.org/docs/${project.version}/rest-docs-archiva-ui/index.html}}
 
+  * Redback REST api is available here: {{http://archiva.apache.org/docs/${project.version}/rest-docs-redback-rest-api/index.html}}
+
 * Search Service
 
    Authentication headers for connect to your Archiva instance :