diff --git a/modules/agent/pom.xml b/modules/agent/pom.xml index 8ed3e81ef0a00bd31b6ca5cf996192ee5780d7af..aa6a834f3a837f3bc963c4718462706b183863c2 100644 --- a/modules/agent/pom.xml +++ b/modules/agent/pom.xml @@ -90,18 +90,34 @@ - + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + copy-files + initialize + + + + + + + + + + + + + + run + + + + - - - false - ../../ - - CHANGELOG.md - LICENSE - - src/main/resources false diff --git a/modules/server/pom.xml b/modules/server/pom.xml index 055557036055e1b250386dbfd93f54bda21e9dc4..4b2fbbf0d69d65e328024104b4fe026c23593ba9 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -131,16 +131,35 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + copy-files + initialize + + + + + + + + + + + + + + run + + + + + - - - false - ../../ - - CHANGELOG.md - LICENSE - - src/main/resources false diff --git a/modules/updater/pom.xml b/modules/updater/pom.xml index 0a249adfb5be7a9d646f1a9a943181bb33df924b..c3f282536fbc7bf1d4330110c224479a5f169801 100644 --- a/modules/updater/pom.xml +++ b/modules/updater/pom.xml @@ -72,16 +72,35 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + copy-files + initialize + + + + + + + + + + + + + + run + + + + + - - - false - ../../ - - CHANGELOG.md - LICENSE - - src/main/resources false