This is an automated email from the ASF dual-hosted git repository.

rfellows pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 940904e1ea NIFI-12902: (#8521)
940904e1ea is described below

commit 940904e1eabb499c33b7d8774742a48f34281990
Author: Matt Gilman <[email protected]>
AuthorDate: Mon Mar 18 08:56:30 2024 -0400

    NIFI-12902: (#8521)
    
    - Updating packaging to account for new build output.
---
 .../nifi-framework/nifi-web/nifi-web-frontend/pom.xml                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/pom.xml
index 4253b7fa7f..2388a58ec6 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/pom.xml
@@ -80,7 +80,7 @@
                             
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
                             <resources>
                                 <resource>
-                                    
<directory>${frontend.working.dir}/dist/nifi</directory>
+                                    
<directory>${frontend.working.dir}/dist/nifi/browser</directory>
                                     <filtering>false</filtering>
                                     <includes>
                                         <include>**/*</include>

Reply via email to