pzygielo commented on issue #577: URL: https://github.com/apache/maven-war-plugin/issues/577#issuecomment-3531903632
Adding explicitly what is in linked IT's `build.log`: ``` [INFO] Processing war project [INFO] Copying webapp webResources [/tmp/maven-war-plugin/target/it/war-resources/src/main/extra] to [/tmp/maven-war-plugin/target/it/war-resources/target/war-resources-1.0-SNAPSHOT] [DEBUG] Skipping excluded file: //another.jsp [INFO] Copying webapp resources [/tmp/maven-war-plugin/target/it/war-resources/src/main/webapp] [DEBUG] + index.jsp has been copied. [DEBUG] + WEB-INF/web.xml has been copied. [DEBUG] Dump of the current build pathSet content --> [DEBUG] index.jsp [DEBUG] WEB-INF/web.xml [DEBUG] -- end of dump -- ``` As a workaround - using `<targetPath></targetPath>` (empty) or dropping it - works fine. @lprimak -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
