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

Full Mavenization Part 2 - some minor cleanup #88

Merged
merged 12 commits into from
Apr 9, 2014

Conversation

hazendaz
Copy link
Member

@hazendaz hazendaz commented Apr 9, 2014

Now using standard maven layout.
Some sonar related cleanup such as case statements should have default. Just using break in the default to comply.
Fixed one test cases where my machine name was getting all caps but the resulting value to compare against was mixed case. Since it was valid, made it lowercase the names to make the tests work for my instance. This would have affected others depending on how the environment is setup.

aligning to standard maven layout.
Removed method that is not override and therefore doesn't exist in
tomcat 5 version in use.
moved files into maven standard layout.
move tomcat 6 files into standard maven layout
dropped empty context.xml as not needed.
moved logback.xml into correct location.
added default statements to case statements - just using break there.
So nothing special.
hazendaz added a commit that referenced this pull request Apr 9, 2014
Full Mavenization Part 2 - some minor cleanup
@hazendaz hazendaz merged commit 4ac3289 into Waffle:master Apr 9, 2014
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

Successfully merging this pull request may close these issues.

1 participant