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

@ -319,6 +319,12 @@ under the License.
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>versionlessMavenDist</id>
<build>
<finalName>${project.artifactId}</finalName>
</build>
</profile>
</profiles>
</project>