You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/29 16:26:47 UTC

[commons-statistics] 09/14: Update dist-archive module POM to remove redundant build execution

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-statistics.git

commit 24c7b34799a57639ecbc76549216a4e7025fbcdc
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Nov 29 14:42:38 2022 +0000

    Update dist-archive module POM to remove redundant build execution
---
 dist-archive/pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 4052591..5c1bef0 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -44,8 +44,6 @@ under the License.
     <commons.releaseManagerKey>B39617E095CD748DFE505816703413011E22D5B8</commons.releaseManagerKey>
   </properties>
 
-
-
   <build>
     <plugins>
       <plugin>
@@ -83,23 +81,11 @@ under the License.
         </dependency>
 
       </dependencies>
+
       <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>
-            <version>2.4</version>
             <configuration>
               <skipAssembly>false</skipAssembly>
             </configuration>