commit | a48a0e39b84f4a29d6bdc70c8e3b5fb854f3e509 | [log] [tgz] |
---|---|---|
author | Ajayvarma8142 <ajay.renati@gmail.com> | Fri Mar 15 14:42:36 2019 +0530 |
committer | Ajayvarma8142 <ajay.renati@gmail.com> | Fri Mar 15 14:42:36 2019 +0530 |
tree | e3f1c29d72c83b0b50619cb560ea956a4923e1a5 | |
parent | 3021b8647c7be62113ae578f8d9974882d57cf23 [diff] |
aded
diff --git a/pom.xml b/pom.xml index 2799835..cd70c26 100644 --- a/pom.xml +++ b/pom.xml
@@ -88,6 +88,16 @@ <releaseProfiles>release</releaseProfiles> </configuration> </plugin> - </plugins> + <plugin> + <groupId>org.apache.tomcat.maven</groupId> + <artifactId>tomcat8.5-maven-plugin</artifactId> + <version>2.2</version> + <configuration> + <url>http://localhost:8085/</url> + <server>TomcatServer</server> + <path>/myapp</path> + </configuration> + </plugin> + </plugins> </build> </project>