Hi,
i just found your amazing async await library and wanted to use maven for the integration, but unfortunately i got an error after entering the ea-async-maven-plugin into my pom.xml.
I git the following errors:
Plugin execution not covered by lifecycle configuration: com.ea.async:ea-async-maven-plugin:1.2.3:instrument (execution: default, phase: process-classes)
Plugin execution not covered by lifecycle configuration: com.ea.async:ea-async-maven-plugin:1.2.3:instrument-test (execution: default, phase: process-test-classes)
Hi, i just found your amazing async await library and wanted to use maven for the integration, but unfortunately i got an error after entering the ea-async-maven-plugin into my pom.xml. I git the following errors:
I used the provided example:
Any ideas what i am doing wrong? Thanks in advance.