jira-importer commented on issue #248:
URL: 
https://github.com/apache/maven-war-plugin/issues/248#issuecomment-2967855726

   **[Nicolas 
Marcotte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nicolasm)**
 commented
   
   I will implements your suggestion later this week, or in the beginning the 
next week, thank you for the feedback !!!
   
   By the way the negation is not currently applicable on the regex so the 
options will be standard,negatableStandard and regex
   
   I did not submit negatable RegExes as it introduce a lot's of edges cases, 
and I do not want to figure them all .... Example: how do you handle that an 
exclusion expression like that :
   
   ```xml
   <packagingMatchingStrategy>negatableRegexp</packagingMatchingStrategy>
   
<packagingExclude>!(?sm)(?!struts)(\w[0-9\-])+.*\.jar,.*\.jar</packagingExclude>
   ```
   
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to