-
Notifications
You must be signed in to change notification settings - Fork 12
build(mvnw): add Maven wrapper for build consistency #11
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alt text is now "MIT License" #1, #$
…ality-pom into greenkeeper/initial
…maven-code-quality-pom into greenkeeper/initial
… connect to Central search" Applied the fix described here: jeremylong/DependencyCheck#978 #8
…maven-code-quality-pom into greenkeeper/initial
…om/joquijada/maven-code-quality-pom into joquijada/fix/#8-maven-site-life-cycle-error
…dle/maven-code-quality-pom into build/#10-maven-wrapper
gregswindle
added a commit
that referenced
this pull request
Dec 17, 2017
* chore(license): might need to evaluate a LGLPL license. * chore(package): update dependencies * docs(readme): add Greenkeeper badge * docs(readme): add greenkeeper badge Closes #1 * docs(license): edit license badge's alt text Alt text is now "MIT License" #1, #$ * docs(readme): init greenkeeper Clean up README, too. #1,#5 * ci(blackduck-copilot): enable CoPilot SaaS * ci(dependency-ci): add config for removed libs * fix(pom): Running "mvn site" results in error with message "Could not connect to Central search" Applied the fix described here: jeremylong/DependencyCheck#978 #8 * build(mvnw): add /.mvn/ directory #10 * docs(styleguide): add markdown styleguide Format all Java source #10,#11 * docs(mvn-site): update with latest info * ci(quality): add tooling 1. google-java-format: format all source code 2. javac-with-errorprone: static code analyzer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Add a Maven wrapper for consistency with takari/maven-wrapper.
Associated issue(s)
Closes #10
PR check-list
1. Acceptance criteria
2. Test coverage
3. Code standards compliance
3.1. JavaScript
ESLint
passes.3.2. Java
Checkstyle
passesPMD
passesFindbugs
passes4. Code quality
Complexity
Duplications
Issues
Maintainability
Reliability
Security