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 + + + + + + +