Add new profile

This commit is contained in:
2023-03-10 21:31:30 +01:00
parent 76c590e4e1
commit 57330c07c2
3 changed files with 7 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
paths. Default is the artifactId, the build-war profile defines its own default.
Can be changed at build time via 'mvn ... -DfinalName=financer ...-->
<finalName>${project.artifactId}</finalName>
<deploymentProfile>mk</deploymentProfile>
<deploymentProfile>mk2</deploymentProfile>
</properties>
<dependencies>