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

Create ITs base on jar that generated during package phase #2599

Open
romani opened this issue Nov 13, 2015 · 2 comments
Open

Create ITs base on jar that generated during package phase #2599

romani opened this issue Nov 13, 2015 · 2 comments
Labels

Comments

@romani
Copy link
Member

romani commented Nov 13, 2015

https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#A_Build_Lifecycle_is_Made_Up_of_Phases , "integration-test" is right after "package"

We need to create tests that do validate all jars that we generate during package phase and also "....-all.jar".

Base on discussion at: #2570 (comment) , base on problem #2516 , #1267 , #2504

@MEZk
Copy link
Contributor

MEZk commented Feb 6, 2017

@romani @rnveach
We have Travis test launcher for this.
https://github.com/checkstyle/checkstyle/blob/master/.ci/travis/travis.sh#L17

Do we need additional tests? If not, please, close the issue.

@romani
Copy link
Member Author

romani commented Feb 13, 2017

This issue is to create maven style IT. IT suppose to run after jar is created to recheck compatibility and other features.

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

No branches or pull requests

2 participants