jetty-runner

This commit is contained in:
ynn
2019-03-05 00:18:23 +01:00
parent 8d7ed4e848
commit ba348e02d1
9 changed files with 156 additions and 88 deletions

22
pom.xml
View File

@@ -27,27 +27,5 @@
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet.jsp/javax.servlet.jsp-api -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>pr.tp.web</finalName>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>http://localhost:8080/</url>
<server>Tomcat</server>
<path>/</path>
</configuration>
</plugin>
</plugins>
</build>
</project>