maven编译输出文件夹名

命令为:mvn clean compile war:exploded -Pdev

如果pom.xml的<build>元素中没<finalName>则为:artifactId-version
如果有,则为:finalName

你可能感兴趣的:(maven,Build)