Skip to content
Snippets Groups Projects
Commit 632d556a authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add tomcat autodeploy for gitlab ci

parent f9168fd5
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@
<executions>
<execution>
<goals>
<goal>format</goal>
<goal>check</goal>
</goals>
</execution>
</executions>
......@@ -163,6 +163,18 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<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>
<username>maven</username>
<password>maven</password>
<path>/ROOT</path>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment