smolnar82 commented on a change in pull request #263: [WIP] KNOX-2226 - Add home page to Knox URL: https://github.com/apache/knox/pull/263#discussion_r378899703
########## File path: gateway-release/src/assembly.xml ########## @@ -90,6 +90,13 @@ <exclude>**/*.bundle.map</exclude> </excludes> </fileSet> + <fileSet> + <directory>${project.build.directory}/deployments</directory> + <outputDirectory>data/deployments</outputDirectory> + <includes> + <include>**/%2F*/**/*</include> Review comment: There are two additional folders here (`META-INF` and the war-plugin generated empty `WEB-INF` which should not be placed in the final `deployments` folder. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services