elek commented on pull request #1576:
URL: https://github.com/apache/ozone/pull/1576#issuecomment-725943947
The plugin execution is moved to a profile which is acivated automatically
by this fragment:
```
<activation>
<file>
<exists>src/main/java</exists>
</file>
</activation>
```
Which means the profile will be activated only for the projects where java
code exists.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]