added docker dev environment and fixed some bugs
This commit is contained in:
parent
1a907de8ba
commit
99c67eaaba
16 changed files with 1897 additions and 34 deletions
11
pom.xml
11
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>se.koc</groupId>
|
||||
<artifactId>zallery</artifactId>
|
||||
<version>2.0.${build.number}</version>
|
||||
<version>2.0-${build.number}</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>Zallery</name>
|
||||
|
|
@ -52,6 +52,14 @@
|
|||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<!--<testSourceDirectory>test</testSourceDirectory>-->
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src</directory>
|
||||
<includes>
|
||||
<include>**/*.properties</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
@ -77,6 +85,7 @@
|
|||
<configuration>
|
||||
<url>http://localhost:8080/manager/text</url>
|
||||
<server>tomcat</server>
|
||||
<path>/zallery</path>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue