NIFI-1265:

- Upgrading the jspc maven plugin.
This commit is contained in:
Matt Gilman 2016-05-27 15:38:23 -04:00 committed by Mark Payne
parent 4f101294eb
commit 950e0cfa58
1 changed files with 2 additions and 4 deletions

View File

@ -72,18 +72,16 @@
must exclude them here.
-->
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
<version>8.1.10.v20130312</version>
<version>${jetty.version}</version>
<executions>
<execution>
<goals>
<goal>jspc</goal>
</goals>
<configuration>
<packageRoot>org.apache.nifi.web.jsp</packageRoot>
<keepSources>true</keepSources>
<verbose>true</verbose>
<useProvidedScope>true</useProvidedScope>
<excludes>
**/message-page.jsp,