Skip to content

Commit

Permalink
Added tomcat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow committed May 24, 2017
1 parent 3a4449b commit 28b331b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions andromeda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,16 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>${tomcat.deploy.path}</url>
<server>${tomcat.server.id}</server>
<path>/${tomcat.app.name}</path>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
Expand Down

0 comments on commit 28b331b

Please sign in to comment.