diff --git a/gremlin/pom.xml b/gremlin/pom.xml index 4a55fd615..72ddffb1a 100644 --- a/gremlin/pom.xml +++ b/gremlin/pom.xml @@ -115,51 +115,20 @@ - - - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - ${maven-shade-plugin.version} + maven-jar-plugin - post-integration-test - shade + test-jar - - true - false - true - - - - - false - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - + + + org.apache.maven.plugins + maven-shade-plugin diff --git a/mongodbw/pom.xml b/mongodbw/pom.xml index 424eeb415..ff6f8a7ac 100644 --- a/mongodbw/pom.xml +++ b/mongodbw/pom.xml @@ -77,14 +77,6 @@ org.apache.maven.plugins maven-shade-plugin ${maven-shade-plugin.version} - - - package - - shade - - - diff --git a/package/pom.xml b/package/pom.xml index 0a7439d43..4f34dd432 100644 --- a/package/pom.xml +++ b/package/pom.xml @@ -123,6 +123,7 @@ com.arcadedb arcadedb-gremlin ${project.parent.version} + shaded * @@ -134,6 +135,7 @@ com.arcadedb arcadedb-redisw ${project.parent.version} + shaded * @@ -145,6 +147,7 @@ com.arcadedb arcadedb-postgresw ${project.parent.version} + shaded * @@ -156,6 +159,7 @@ com.arcadedb arcadedb-mongodbw ${project.parent.version} + shaded * diff --git a/pom.xml b/pom.xml index 8f8cb3932..464989046 100644 --- a/pom.xml +++ b/pom.xml @@ -290,6 +290,46 @@ + + org.apache.maven.plugins + maven-shade-plugin + ${maven-shade-plugin.version} + + + package + + shade + + + + + true + shaded + false + false + true + + + + + false + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + diff --git a/postgresw/pom.xml b/postgresw/pom.xml index 3932a284f..e144f9fa1 100644 --- a/postgresw/pom.xml +++ b/postgresw/pom.xml @@ -75,15 +75,6 @@ org.apache.maven.plugins maven-shade-plugin - ${maven-shade-plugin.version} - - - package - - shade - - - diff --git a/redisw/pom.xml b/redisw/pom.xml index bfd0693cb..3d11cceed 100644 --- a/redisw/pom.xml +++ b/redisw/pom.xml @@ -64,15 +64,6 @@ org.apache.maven.plugins maven-shade-plugin - ${maven-shade-plugin.version} - - - package - - shade - - -