eo
eo copied to clipboard
Move `@CaptureLogs` out of repository
While working on #2801 I faced the situation where I need @CaptureLogs annotation in eo-parser module. But it can't be used there because it's defined in eo-maven-plugin.
Let's move it out to the separated repository so we can use it in eo-maven-plugin and eo-parser as well just like we did with @WeAreOnline
@maxonfjvipon this indeed is a good idea. I suggest you to create your own open source repository, release it to Maven Central and then use it here. However, before doing this, check whether such a JUnit annotation is definitely absent. It looks to me like a very typical task for testing scenarios. I will be surprised if nobody has yet implemented it.