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

Fix README on publishing to local Maven #2952

Merged

Conversation

jkaving
Copy link
Contributor

@jkaving jkaving commented Feb 5, 2025

Since the switch to the maven-publish plugin (instead of the deprecated maven plugin)
in 48e816d, the correct way to publish to a local Maven repository is to use the publishToMavenLocal task.

This updates this in the README, and also changes to wording from "Maven cache" to "Maven repository" (which is more in line with Maven terminology).

See the documentation for the Maven Publish plugin here.

Since the switch to the "maven-publish" plugin
(instead of the deprecated "maven" plugin)
in 48e816d,
the correct way to publish to a local Maven
repository is to use the "publishToMavenLocal" task.

Signed-off-by: Johan Kaving <[email protected]>
@artembilan artembilan added this to the 4.0.0-M1 milestone Feb 5, 2025
@artembilan artembilan merged commit cc98ae3 into spring-projects:main Feb 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants