diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4c262..905f82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Accounting Aggregator Smart Executor Plugin -## [v2.0.0] +## [v2.0.0-SNAPSHOT] - Switched JSON management to gcube-jackson [#19115] - Switched smart-executor JSON management to gcube-jackson [#19647] diff --git a/pom.xml b/pom.xml index 3a3cdeb..73805c7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.accounting accounting-aggregator-se-plugin - 2.0.0 + 2.0.0-SNAPSHOT Accounting Aggregator Smart Executor Plugin Accounting Aggregator Smart Executor Plugin provides lossless @@ -87,6 +87,29 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + + copy-dependencies + compile + + copy-dependencies + + + runtime + ${basedir}${file.separator}target${file.separator}libs + false + false + true + war + false + + + + org.apache.maven.plugins maven-assembly-plugin