diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml index 4cd50c159..3dda11074 100644 --- a/ext/karaf/karaf-fit/pom.xml +++ b/ext/karaf/karaf-fit/pom.xml @@ -134,6 +134,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.servicemix.tooling depends-maven-plugin diff --git a/ext/pom.xml b/ext/pom.xml index 92a4bc2af..3c36e184c 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -35,6 +35,18 @@ .. + + + + org.apache.maven.plugins + maven-deploy-plugin + + ${olingo.deploy.skip} + + + + + pojogen-maven-plugin client-proxy diff --git a/fit/pom.xml b/fit/pom.xml index 41fe4c2dd..bb6bfa879 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -179,6 +179,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-surefire-plugin diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index 47a411ada..d8f7e64e9 100644 --- a/lib/commons-api/pom.xml +++ b/lib/commons-api/pom.xml @@ -46,12 +46,20 @@ test + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + org.apache.felix maven-bundle-plugin - ${maven.bundle.plugin.version} + ${maven.bundle.plugin.version} true diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index 8b464a8d1..004ae6362 100644 --- a/lib/commons-core/pom.xml +++ b/lib/commons-core/pom.xml @@ -77,12 +77,20 @@ test + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + org.apache.felix maven-bundle-plugin - ${maven.bundle.plugin.version} + ${maven.bundle.plugin.version} true diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 0d636f0dc..045b81d0c 100644 --- a/lib/server-api/pom.xml +++ b/lib/server-api/pom.xml @@ -51,12 +51,20 @@ junit + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + org.apache.felix maven-bundle-plugin - ${maven.bundle.plugin.version} + ${maven.bundle.plugin.version} true diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 6d9c70f46..81a9538b5 100644 --- a/lib/server-core/pom.xml +++ b/lib/server-core/pom.xml @@ -76,7 +76,13 @@ - + + org.apache.maven.plugins + maven-deploy-plugin + + false + + org.codehaus.mojo build-helper-maven-plugin diff --git a/pom.xml b/pom.xml index 6b2359bc3..b487888f4 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,7 @@ UTF-8 1.6 + true @@ -396,6 +397,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + ${olingo.deploy.skip} + + maven-remote-resources-plugin 1.5 @@ -592,8 +600,17 @@ + + apache.deploy + + false + + apache-release + + false + diff --git a/samples/pom.xml b/samples/pom.xml index c582e3767..e0a83f725 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -38,6 +38,18 @@ client + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + samples