From 15bc571a9fb8260d1c04e5af6efa05c7067556df Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 5 Oct 2012 20:21:44 +0000 Subject: [PATCH] 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 --- pom.xml | 2 +- .../redback-rest/redback-rest-api/pom.xml | 25 ++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) 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 + + +