Prepare the project to be upgraded to a parent that includes the central-release plugin.#108
Open
jamezp wants to merge 2 commits intoarquillian:mainfrom
Open
Prepare the project to be upgraded to a parent that includes the central-release plugin.#108jamezp wants to merge 2 commits intoarquillian:mainfrom
jamezp wants to merge 2 commits intoarquillian:mainfrom
Conversation
rhusar
reviewed
Feb 16, 2026
efe5bdb to
77e6e54
Compare
rhusar
reviewed
Feb 16, 2026
77e6e54 to
a50ff7b
Compare
rhusar
requested changes
Feb 16, 2026
Member
rhusar
left a comment
There was a problem hiding this comment.
This doesn't work at all @jamezp :)
There is no 'central-maven-deployment-plugin'
https://github.com/jboss/jboss-parent-pom/blob/main/pom.xml#L545C25-L545C56
This should be <artifactId>central-publishing-maven-plugin</artifactId>
Member
Author
|
@rhusar You're absolutely right. I didn't even catch the different on the PR when I approved it. I just looked at the configuration and missed the difference in the pluginManagement section. |
Member
|
Opened jboss/jboss-parent-pom#528 |
Member
Author
|
I'll just update this to stay on 51, but be prepare for 53. |
a50ff7b to
dede462
Compare
Member
Author
|
@rhusar I updated it. Let me know if you think we should just use the |
…fined. Added Maven wrappers. Updated the release script to the latest version. Signed-off-by: James R. Perkins <jperkins@ibm.com>
…s in favor of controlling the test JVM with the test.java.home property. Signed-off-by: James R. Perkins <jperkins@ibm.com>
dede462 to
3762159
Compare
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.
@rhusar Here is the replacement for #106. I updated your favor
release.shscript to the latest version I have too :)The basic things you'll see in the POM though. The two things we already override are the following which some projects may need to override:
If you have the
jdk.min.versionset to something lower than 21, you'll also want something like this: