From d40bb3eda621b08ac7a4e1d5f3a53b5fb1d59576 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Fri, 1 Dec 2023 12:58:46 -0500 Subject: [PATCH] NIFI-12419: (#8097) - Applying a copy of the nifi-web-frontend rat config in the parent module when the new ui profile is not activated. Previously, if the new ui profile was not activated, the rat check would fail. This closes #8097 --- .../nifi-framework/nifi-web/pom.xml | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml index c808bf66ad..cb4533c1ef 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/pom.xml @@ -12,7 +12,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> + 4.0.0 org.apache.nifi @@ -49,6 +51,35 @@ nifi-web-frontend + + apply-nifi-web-frontend-rat-config + + + !include-new-ui + + + + + + org.apache.rat + apache-rat-plugin + + + nifi-web-frontend/src/main/nifi/coverage/**/* + nifi-web-frontend/src/main/nifi/node_modules/**/* + nifi-web-frontend/src/main/nifi/src/assets/fonts/**/* + nifi-web-frontend/src/main/nifi/.editorconfig + nifi-web-frontend/src/main/nifi/README.md + nifi-web-frontend/src/main/nifi/proxy.config.mjs + nifi-web-frontend/src/main/nifi/.prettierrc + nifi-web-frontend/src/main/nifi/src/.eslintrc + nifi-web-frontend/target/**/* + + + + + +