neilcsmith-net commented on issue #453:
URL: 
https://github.com/apache/maven-resources-plugin/issues/453#issuecomment-3928437076

   Thanks @cstamas As discussed on Slack, it's caused by the 
`NbBundleProcessor` in NetBeans, specifically around the line at 
https://github.com/apache/netbeans/blob/master/platform/openide.util/src/org/netbeans/modules/openide/util/NbBundleProcessor.java#L155
  This combines any existing entries in `Bundle.properties` with entries 
defined by the 
[`@NbBundle.Messages`](https://bits.netbeans.org/29/javadoc/org-openide-util/org/openide/util/NbBundle.Messages.html)
 annotation.  This affects every Mavenized platform build that combines the 
two, which is common.
   
   The problem seems partly to do with the compiler plugin and the resources 
plugin having different concepts of "nothing to be changed, then change 
nothing", one input focused and one output focused.


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