<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>
* 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 :