You can achieve this by specifying the finalName
property in your pom like this:
<build>
<finalName>${project.artifactId}</finalName>
</build>
You can achieve this by specifying the finalName
property in your pom like this:
<build>
<finalName>${project.artifactId}</finalName>
</build>