You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/03/16 17:09:05 UTC

[maven] 02/03: Add versionlessMavenDist profile

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

michaelo pushed a commit to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 02bc2a69fc8d1a14ff35645d9478b686a07cf29f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Feb 28 22:18:23 2021 +0100

    Add versionlessMavenDist profile
---
 apache-maven/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 6cf6a2c..485923d 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -319,6 +319,12 @@ under the License.
           </plugin>
         </plugins>
       </build>
+  </profile>
+  <profile>
+    <id>versionlessMavenDist</id>
+      <build>
+        <finalName>${project.artifactId}</finalName>
+      </build>
     </profile>
   </profiles>
 </project>