mirror of https://github.com/apache/maven.git
Add versionlessMavenDist profile
This commit is contained in:
parent
e2891667dd
commit
02bc2a69fc
|
@ -319,6 +319,12 @@ under the License.
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>versionlessMavenDist</id>
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue