Various stuff
build-war maven profile now builds a tomcat parallel deployment compatible war file. Fix test data and integrations tests. Add a bunch of accounts to the init data.
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -13,7 +13,7 @@
|
||||
|
||||
<groupId>de.77zzcx7</groupId>
|
||||
<artifactId>financer</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1-SNAPSHOT</version>
|
||||
<packaging>${packaging.type}</packaging>
|
||||
|
||||
<name>financer</name>
|
||||
@@ -160,6 +160,9 @@
|
||||
<properties>
|
||||
<packaging.type>war</packaging.type>
|
||||
</properties>
|
||||
<build>
|
||||
<finalName>financer##${project.version}</finalName>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user