Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 558E6DA98 for ; Fri, 5 Oct 2012 20:22:33 +0000 (UTC) Received: (qmail 85675 invoked by uid 500); 5 Oct 2012 20:22:31 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 85631 invoked by uid 500); 5 Oct 2012 20:22:31 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 85579 invoked by uid 99); 5 Oct 2012 20:22:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 20:22:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 20:22:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D0D623888E4 for ; Fri, 5 Oct 2012 20:21:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1394785 - in /archiva/redback/redback-core/trunk: pom.xml redback-integrations/redback-rest/redback-rest-api/pom.xml Date: Fri, 05 Oct 2012 20:21:44 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121005202145.1D0D623888E4@eris.apache.org> Author: olamy Date: Fri Oct 5 20:21:44 2012 New Revision: 1394785 URL: http://svn.apache.org/viewvc?rev=1394785&view=rev Log: generate rest documentation for redback rest services Modified: archiva/redback/redback-core/trunk/pom.xml archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-api/pom.xml Modified: archiva/redback/redback-core/trunk/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1394785&r1=1394784&r2=1394785&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/pom.xml (original) +++ archiva/redback/redback-core/trunk/pom.xml Fri Oct 5 20:21:44 2012 @@ -23,7 +23,7 @@ org.apache.archiva archiva-parent - 9 + 10-SNAPSHOT org.apache.archiva.redback Modified: archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-api/pom.xml URL: http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-api/pom.xml?rev=1394785&r1=1394784&r2=1394785&view=diff ============================================================================== --- archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-api/pom.xml (original) +++ archiva/redback/redback-core/trunk/redback-integrations/redback-rest/redback-rest-api/pom.xml Fri Oct 5 20:21:44 2012 @@ -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 + + +