Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with ea-async-maven-plugin #47

Open
mistermaek opened this issue May 30, 2020 · 0 comments
Open

Problems with ea-async-maven-plugin #47

mistermaek opened this issue May 30, 2020 · 0 comments

Comments

@mistermaek
Copy link

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)

I used the provided example:

<plugin>
    <groupId>com.ea.async</groupId>
    <artifactId>ea-async-maven-plugin</artifactId>
    <version>1.2.3</version>
       <executions>
          <execution>
             <goals>
                <goal>instrument</goal>
                <goal>instrument-test</goal>
             </goals>
          </execution>
      </executions>
  </plugin>

Any ideas what i am doing wrong?
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant