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

Update README with correct release version #12

Open
faisal6621 opened this issue Nov 8, 2018 · 1 comment
Open

Update README with correct release version #12

faisal6621 opened this issue Nov 8, 2018 · 1 comment

Comments

@faisal6621
Copy link

faisal6621 commented Nov 8, 2018

I tried the plugin with the given sample configuration:

<plugin>
	<groupId>com.anthemengineering.mojo</groupId>
	<artifactId>infer-maven-plugin</artifactId>
	<version>0.1.0-SNAPSHOT</version>
	<configuration>
		<consoleOut>false</consoleOut>
	</configuration>
	<executions>
		<execution>
			<phase>verify</phase>
			<id>infer</id>
			<goals>
				<goal>infer</goal>
			</goals>
		</execution>
	</executions>
</plugin>

But this worked only when I changed the given version 0.1.0-SNAPSHOT to 0.1.0.

@alszeb
Copy link
Collaborator

alszeb commented Nov 11, 2018

Thanks for posting this!

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

No branches or pull requests

2 participants