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