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 <[email protected]> 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>
