mirror of https://github.com/apache/nifi.git
parent
4f101294eb
commit
950e0cfa58
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue