Merged
Conversation
bdelion
added a commit
that referenced
this pull request
Apr 22, 2020
* Feature/maven dependency plugin analyze only (#53) * 💚 Fix maven-dependency-plugin_analyze-only for basic-weather-app * 💚 Fix log4j-core Unused message * ➕ maven-javadoc-plugin ⬆️ junit 5.6.2 💚 change integration.test.skip to verify.skip 💚 plug sources-jard and javadoc-jar with deploy phase * 💚 plug sources-jard and javadoc-jar with deploy phase * 💚 make jar and jar-with-dep in CI, not in Maven * 🐛 yml syntax in Actions CI * 📈 Add javadoc in reporting 💚 delete mvn version's param not util * Generate version with commitId (#54) * 💚 Add commitId in version for version SNASPHOT and non POM packaging 🎨 Replace env variable by outputs step 🎨 Rework on Maven Project information 🎨 Add more Context informations * 🎨 Add .editorconfig and Format files * ➕ maven-changelog-plugin for reporting (#55) Part of #35 * Feature/issue 56 (#57) * 💚 Specific workflow for feature and bugfix in GitHub Actions Part of #56 * 🐛 Revert error delete compile * 💚 Specific workflow for feature and bugfix in Travis CI Part of #56 * 🐛 Foget compile in Travis CI * 🐛 Print Maven Project info in Travis * 🐛 Add mvn in command line * 💚 Travis process time optimization * 💚 Travis order stages" Part of #58 * 🐛 Travis could not parse yaml file * 💚 Travis reorganize jobs, stages & scripts * 🐛 Travis could not parse yaml file * 🐛 Travis could not parse yaml file * 💚 Skip install and organize file
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
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.
Part of #35