-
Notifications
You must be signed in to change notification settings - Fork 79
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
Feature/issue 208 better build #213
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
This PR has been automatically marked as stale because it has no activity for 30 days. |
Hi @jycr, |
f575288
to
214ff70
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@jycr ... yes I think we should wait automatic release PR (#209) before merging this one |
This PR has been automatically marked as stale because it has no activity for 30 days. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR has been automatically marked as stale because it has no activity for 60 days. |
8733160
to
4a61a7a
Compare
4a61a7a
to
63fb3b4
Compare
63fb3b4
to
e4254b6
Compare
e4254b6
to
005165a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add an update in CHANGELOG.md, please
More information: * [Maven CI Friendly Versions - Apache Maven Project](https://maven.apache.org/maven-ci-friendly.html) * [Maven Git Versioning Extension](https://github.com/qoomon/maven-git-versioning-extension)
The release process is now much simpler: you just need to do a build on a tag checkout The `pom.xml` files do not need to be modified anymore. So there is no need to create commits just for the version change in the `pom.xml`
More information: * [Configuring for Reproducible Builds - Apache Maven Project](https://maven.apache.org/guides/mini/guide-reproducible-builds.html)
This Maven Wrapper is an easy way to ensure a developer has everything necessary to build this project. Executed command to add wrapper to project: ```sh mvn wrapper:wrapper -Dmaven=3.9.9 ```
… version used across different environments)
This version fixes false positive warning `[WARNING] Duplicated destination found: overwriting file`
…aven-plugin` commented
6ba38a6
to
9516081
Compare
…n one place to make deprecation management easier
9516081
to
a0264ec
Compare
I have added:
Do you need me to add any further details? |
no, sorry, my bad ... i didn't see it :( |
fix #208
pom.xml
files do not need to be modified anymore. So there is no need to create commits just for the version change in thepom.xml
). See Maven CI Friendly Versions - Apache Maven Project and Maven Git Versioning Extension for more information