<build>
…
<finalName>${project.artifactId}</finalName>
…
<plugins>
…
</plugins>
https://stackoverflow.com/questions/9593473/how-to-build-maven-project-without-version
How to build maven project without version?
I have a maven project that I want to build without version. Now, when I build the project using maven, it creates this commonjerseylib-1.0.war but I need this commonjerseylib.war to be created. In
stackoverflow.com
'maven' 카테고리의 다른 글
default 환경변수 (0) | 2021.04.01 |
---|---|
META-INF\MANIFEST.MF (지정된 경로를 찾을 수 없습니다) (0) | 2021.03.29 |
when mvn build, added javac.bat file (0) | 2021.03.26 |
maven build from svn with jenkins (0) | 2021.03.17 |
maven dependency tree (0) | 2018.05.22 |