ctubbsii commented on issue #1313: ZOOKEEPER-3788: Add m2e config for Eclipse 
devs
URL: https://github.com/apache/zookeeper/pull/1313#issuecomment-611845184
 
 
   I debated with myself on whether I should mark them for one of:
   ```xml
     <execute>
       <runOnIncremental>false</runOnIncremental>
     </execute>
   ```
   or
   ```xml
     <execute>
       <runOnIncremental>true</runOnIncremental>
     </execute>
   ```
   instead of
   ```xml
     <ignore />
   ```
   
   So I went with the minimal required to make Eclipse stop complaining 
(`<ignore />`), but without making Eclipse trigger any additional work. 
Ideally, this will be fixed long-term by the plugin maintainers, who should add 
their own lifecycle execution tasks directly to the plugin's metadata.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to