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

[MNGSITE-539] Add Maven CI Friendly Versions to menu #594

Merged
merged 4 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions content/markdown/docs/3.5.0-beta-1/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,9 @@ you are expecting to build your project with, instead of using `prerequisites`
[MNG-6110], [MNG-6140].

* Using of CI friendly versions via `${revision}`, `${sha1}` and/or `${changelist}`
has been fixed [MNG-6057], [MNG-6090] and [MNG-5895]. It is very important to
know if you are using the previously named properties for a version in your
pom you have to use [flatten-maven-plugin] if you like to do an `mvn install`
or `mvn deploy` more details can be found at [Maven CI Friendly](/maven-ci-friendly.html).
has been fixed [MNG-6057], [MNG-6090] and [MNG-5895]. If you are using the previously named properties for a version
in your pom, you have to use [flatten-maven-plugin] to do an `mvn install` or `mvn deploy`. More details can be found
at [Maven CI Friendly Versions](/guides/mini/guide-maven-ci-friendly.html).

* The two known issues from 3.5.0-alpha-1 have been fixed [MNG-6177], [MNG-6115]

Expand All @@ -160,9 +159,8 @@ Bugs:
* [MNG-6170] - NPE in cases using Multithreaded -T X versions:set -DnewVersion=1.0-SNAPSHOT
* [MNG-6173] - MavenSession.getAllProjects() should return all projects in the reactor
* [MNG-6176] - Javadoc errors prevent release with Java 8
* [MNG-6177] - The `--file` command line option of the Windows and Unix launchers does not work for directory names
like "
Spaces & Special Char"
* [MNG-6177] - The `--file` command line option of the Windows and Unix launchers does not work for directory names like
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but 9it does work on Macs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know, maybe @cstamas @gnodet @slawekjaranowski do? To be fair the ticket was closed in 2017

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not clear on why you're changing this at all. If you are then,

If you are using the previously named properties for a version in your pom, you have to use [flatten-maven-plugin to do an mvn install
or mvn deploy. More details can be found at Maven CI Friendly Versions.

"Spaces & Special Char"
* [MNG-6180] - groupId has plain color when goal fails
* [MNG-6181] - HttpClient produces a lot of noise at debug loglevel
* [MNG-6183] - Dependency management debug message corrections.
Expand Down
2 changes: 1 addition & 1 deletion content/markdown/docs/3.5.0/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Thank you for your time and feedback.
- Using of CI friendly versions via `${revision}`, `${sha1}` and/or `${changelist}` has been
fixed [MNG-6057][], [MNG-6090][] and [MNG-5895][]. It is very important to know if you are using the previously named
properties for a version in your pom you have to use [flatten-maven-plugin] if you like to do an `mvn install` or
`mvn deploy` more details can be found at [Maven CI Friendly Versions](/maven-ci-friendly.html).
`mvn deploy` more details can be found at [Maven CI Friendly Versions](/guides/mini/guide-maven-ci-friendly.html).

## Improvements

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions content/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ under the License.
<item name="Building for Different Environments"
href="/guides/mini/guide-building-for-different-environments.html"/>
<item name="Using Toolchains" href="/guides/mini/guide-using-toolchains.html"/>
<item name="Maven CI Friendly Version" href="/guides/mini/guide-maven-ci-friendly.html"/>
</item>
<item name="Settings Reference"
href="/settings.html"/> <!-- TODO: all references should be collected under another area instead/as well, reconsider -->
Expand Down