Add versionlessMavenDist profile

This commit is contained in:
Michael Osipov 2021-02-28 22:18:23 +01:00
parent e2891667dd
commit 02bc2a69fc
1 changed files with 6 additions and 0 deletions

View File

@ -320,5 +320,11 @@ under the License.
</plugins>
</build>
</profile>
<profile>
<id>versionlessMavenDist</id>
<build>
<finalName>${project.artifactId}</finalName>
</build>
</profile>
</profiles>
</project>