DaanHoogland commented on code in PR #7577:
URL: https://github.com/apache/cloudstack/pull/7577#discussion_r1217710375
##########
utils/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker:
##########
@@ -0,0 +1 @@
+mock-maker-inline
Review Comment:
no , just an exclusion to the license requitrement for this config file that
only contains code that we did not come up with ;)
in pom.xml at project level around line 1064 add
```
<exclude>utils/src/test/resources/mockito-extension/org.mockito.plugins.MockMaker</exclude>
```
--
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]