mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
addding tomcat plugin
This commit is contained in:
parent
52cac830ae
commit
0c103fc3a2
@ -555,6 +555,20 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.tomcat.maven</groupId>
|
||||||
|
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<path>/wisemapping</path>
|
||||||
|
<warFile>${project.build.directory}/wisemapping.war</warFile>
|
||||||
|
<mode>war</mode>
|
||||||
|
<update>true</update>
|
||||||
|
<systemProperties>
|
||||||
|
<database.base.url>${project.build.directory}</database.base.url>
|
||||||
|
</systemProperties>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user