Skip to content

Commit

Permalink
Issue #5941 Remove jetty-maven-plugin from demo-jsp-webapp
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Feb 3, 2021
1 parent 681782d commit e9f33ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions demos/demo-jsp-webapp/pom.xml
Expand Up @@ -62,18 +62,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<scan>1</scan>
<webApp>
<contextPath>/test</contextPath>
<tempDirectory>${project.build.directory}/work</tempDirectory>
</webApp>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e9f33ad

Please sign in to comment.