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

replace maven-invoker-plugin with hand crafted plugin integration tests #28

Closed
jamesdbloom opened this issue Apr 6, 2014 · 1 comment
Assignees
Milestone

Comments

@jamesdbloom
Copy link
Collaborator

maven-invoker-plugin is not very reliable or straightforward to use and does not meet all the required use cases. In particular maven-invoker-plugin does not execute unit tests that are part of an integration-test maven project (even though it is supposed to be running mvn package).

To the simplest way to resolve this is to create a simple integration test that runs the sample project (including tests) and passes or fails based on the process return code and the presence of the log file. In addition if the test fails the console output should show the result of the maven execution.

@jamesdbloom jamesdbloom added this to the 2.7-RELEASE milestone Apr 6, 2014
@jamesdbloom jamesdbloom self-assigned this Apr 6, 2014
@jamesdbloom jamesdbloom modified the milestones: 2.9-RELEASE, 3.0-RELEASE Apr 6, 2014
@jamesdbloom jamesdbloom modified the milestones: 3.0-RELEASE, 2.9-RELEASE May 7, 2014
@jamesdbloom
Copy link
Collaborator Author

not required as managed to configure maven-invoker-plugin to run unit tests

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

1 participant