From: Olivier Lamy Date: Fri, 5 Oct 2012 20:21:44 +0000 (+0000) Subject: generate rest documentation for redback rest services X-Git-Tag: redback-2.1~306 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15bc571a9fb8260d1c04e5af6efa05c7067556df;p=archiva.git generate rest documentation for redback rest services git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1394785 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/pom.xml b/pom.xml index 2b0d1b7b1..db1b691b8 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 0c7cbd83e..71a57699a 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 + + +