ItEr20S06XestionDaComunidadeItEr19S06: Added maven configuration for tomcat plugin.
This commit is contained in:
parent
5d0ac6fbe5
commit
d9c2704956
1 changed files with 8 additions and 0 deletions
8
pom.xml
8
pom.xml
|
|
@ -462,6 +462,14 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>tomcat-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<url>${tomcatUrl}</url>
|
||||||
|
<server>${tomcatServer}</server>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue