This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 7d4812def16a83fc913a930b82c91a0cfead132c Author: aherbert <[email protected]> AuthorDate: Fri Oct 28 16:18:26 2022 +0100 Remove dependency:copy-dependencies goal This is not required by the assembly plugin. --- dist-archive/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index a278e811..1e09c163 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -141,18 +141,6 @@ under the License. <build> <plugins> - <plugin> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>get-dependencies</id> - <phase>prepare-package</phase> - <goals> - <goal>copy-dependencies</goal> - </goals> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration>
