From: Olivier Lamy Date: Fri, 5 Oct 2012 14:29:57 +0000 (+0000) Subject: not use bundle packaging as enunciate doc is not included X-Git-Tag: archiva-1.4-M4~827 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33beb5e1213a37524065388e2bf454a8d96cd0ce;p=archiva.git not use bundle packaging as enunciate doc is not included git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1394544 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml index 28802fdbc..9219e3356 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/pom.xml @@ -17,7 +17,8 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 archiva-rest @@ -25,7 +26,8 @@ 1.4-M4-SNAPSHOT archiva-rest-api - bundle + + jar Archiva Web :: REST support :: Api @@ -142,7 +144,17 @@ org.apache.archiva.maven2.model + + + + create-manifest + process-test-classes + + manifest + + + org.apache.maven.plugins @@ -157,32 +169,41 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + - - org.codehaus.enunciate - maven-enunciate-plugin - ${enunciate.version} - - - process-classes - - docs - - - - - ${project.build.outputDirectory}/rest-docs-archiva-rest-api - src/enunciate/enunciate.xml - ${enunciate.debug} - - - - org.codehaus.enunciate - enunciate-docs - ${enunciate.version} - - - + + org.codehaus.enunciate + maven-enunciate-plugin + ${enunciate.version} + + + process-classes + + docs + + + + + ${project.build.outputDirectory}/rest-docs-archiva-rest-api + src/enunciate/enunciate.xml + ${enunciate.debug} + + + + org.codehaus.enunciate + enunciate-docs + ${enunciate.version} + + +