AnthonyArents opened a new issue, #593:
URL: https://github.com/apache/maven-war-plugin/issues/593

   ### Affected version
   
   5.4.1+
   
   ### Bug description
   
   **Affected version**
   
   5.4.1+
   
   **Bug description**
   
   up until 5.4.0 I managed to use packaging excludes as a way to remove 
frontend source code from my final war, but still be able to use frontend 
source code in war:exploded for local development. Netbeans uses war:exploded 
to link the project with tomcat. This use case seems to be overlooked when the 
following issue was adressed: 
[#554](https://github.com/apache/maven-war-plugin/issues/554). Would there be 
any way to allow for this old undocumented behaviour to work? maybe an extra 
parameter or having a specific parameter for packaging excludes only in war:war 
?
   
   Config in use
   
   ```
   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-war-plugin</artifactId>
     <version>${build.plugin.maven.war}</version>
     <configuration>
       <packagingExcludes>
         static/frontend/**,
         build/index.html
       </packagingExcludes>
     </configuration>
   </plugin>
   


-- 
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]

Reply via email to