diff --git modeshape-jdbc/pom.xml modeshape-jdbc/pom.xml index 29bd09b..398f907 100644 --- modeshape-jdbc/pom.xml +++ modeshape-jdbc/pom.xml @@ -364,6 +364,29 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + + deploy + + deploy-file + + + jar + true + ${project.distributionManagement.repository.id} + ${project.distributionManagement.repository.url} + ${client.artifactId} + ${project.groupId} + ${project.version} + ${project.build.directory}/${client.artifactId}-${project.version}.jar + + + +