You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/06/07 17:47:39 UTC

[maven] branch MNG-6656 updated: Adjust apache-maven-wrapper pom for IT

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MNG-6656
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6656 by this push:
     new 020b503  Adjust apache-maven-wrapper pom for IT
020b503 is described below

commit 020b5037d513d69c4daadc1118dbc408d3bc3089
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Jun 7 19:47:27 2020 +0200

    Adjust apache-maven-wrapper pom for IT
---
 apache-maven/maven-wrapper.pom | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/apache-maven/maven-wrapper.pom b/apache-maven/maven-wrapper.pom
index fc6755c..f2bcc7f 100644
--- a/apache-maven/maven-wrapper.pom
+++ b/apache-maven/maven-wrapper.pom
@@ -33,12 +33,7 @@ under the License.
   <name>Apache Maven Wrapper Distribution</name>
   <description>The Apache Maven Wrapper distribution in zip and tar.gz formats.</description>
 
-  <properties>
-    <distributionFileName>${artifactId}-${project.version}</distributionFileName>
-  </properties>
-
   <build>
-    <finalName>${distributionFileName}</finalName>
     <pluginManagement>
       <plugins>
         <plugin>