diff --git a/pom.xml b/pom.xml
index 2b0d1b7b..db1b691b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
org.apache.archiva
archiva-parent
- 9
+ 10-SNAPSHOT
org.apache.archiva.redback
diff --git a/redback-integrations/redback-rest/redback-rest-api/pom.xml b/redback-integrations/redback-rest/redback-rest-api/pom.xml
index 0c7cbd83..71a57699 100644
--- a/redback-integrations/redback-rest/redback-rest-api/pom.xml
+++ b/redback-integrations/redback-rest/redback-rest-api/pom.xml
@@ -28,9 +28,14 @@
redback-rest-api
- bundle
+
+ jar
Redback :: Integration :: REST :: Api
+
+ ${project.build.outputDirectory}/rest-docs-redback-rest-api
+
+
org.apache.archiva.redback
@@ -82,6 +87,15 @@
+
+
+ create-manifest
+ process-test-classes
+
+ manifest
+
+
+
org.apache.maven.plugins
@@ -95,6 +109,15 @@
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
+
+