From 4c7894bcccc69589f7efd98e2050ddf19354f4ca Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Mon, 7 Dec 2015 12:20:18 -0500 Subject: [PATCH] NIFI-1260: - Not pre-compiling message-page as it seems to be causign some runtime errors in some environments. --- .../nifi-framework/nifi-web/nifi-web-ui/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index a4ef51664d..a84210781a 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -83,6 +83,7 @@ true true + **/message-page.jsp, **/canvas.jsp, **/summary.jsp, **/history.jsp,