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

Switch default Maven lifecycle phase to "verify" #72

Merged
merged 1 commit into from
Sep 9, 2015

Conversation

uschindler
Copy link
Member

A lot of people complained about this, because its impossible to debug tests with System-Printouts. It is also not really the Maven standard to do "quality checks" in the process-classes phases. The correct phase is "verify".

Most people changed the phase in their pom.xml, this PR will change the default phase. People who still want to do this in process-(test-)classes can do so in their pom.xml.

@uschindler uschindler added this to the 2.0 milestone Sep 9, 2015
@uschindler uschindler self-assigned this Sep 9, 2015
uschindler added a commit that referenced this pull request Sep 9, 2015
Switch default Maven lifecycle phase to "verify"
@uschindler uschindler merged commit 9c71e78 into master Sep 9, 2015
@uschindler uschindler deleted the features/maven_verify_phase branch September 9, 2015 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant