Skip to content
Snippets Groups Projects
Commit 4f373ffb authored by Radek Vais's avatar Radek Vais
Browse files

NoIssue - Setup apache-maven-plugin for local uis deployment

parent e3f767d7
No related branches found
Tags release-1_7_1
1 merge request!3Bugfix v1 7
......@@ -229,18 +229,14 @@
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://localhost:8080/manager/text</url>
<server>TomcatServer</server>
<path>/UIS</path>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment