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

Plugin execution not covered by lifecycle configuration #55

Open
wongoo opened this issue Dec 30, 2016 · 1 comment
Open

Plugin execution not covered by lifecycle configuration #55

wongoo opened this issue Dec 30, 2016 · 1 comment

Comments

@wongoo
Copy link

wongoo commented Dec 30, 2016

 <plugin>
	<groupId>com.jcabi</groupId>
	<artifactId>jcabi-maven-plugin</artifactId>
	<version>1.0-SNAPSHOT</version>
	<executions>
		<execution>
			<goals>
				<goal>ajc</goal>
			</goals>
		</execution>
	</executions>
</plugin>

Eclipse has error:
Plugin execution not covered by lifecycle configuration: com.jcabi:jcabi-maven-plugin:1.0-SNAPSHOT:ajc (execution: default, phase: process-classes)

@dmarkov
Copy link

dmarkov commented Jan 2, 2017

@yegor256 please dispatch this issue

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

2 participants