From 970a0be14dbe577971e2f227c7d4c2dcc5d8e277 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 28 Jul 2007 18:55:53 +0000 Subject: [PATCH] Attach the adapters and api jars to the normal artifact. This way they will be deployed when the normal artifact is deployed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560590 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index 6b6a323..999ffac 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,39 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + attach-artifacts + package + + attach-artifact + + + + + ${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar + jar + adapters + + + ${project.build.directory}/${project.artifactId}-api-${project.version}.jar + jar + api + + + + + + +