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

Added missing groupId for maven-war-plugin #60

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

WolfgangHG
Copy link
Contributor

"maven-war-plugin" had no groupId. It worked anyway, but it is cleaner to declare it.

@jamezp
Copy link
Member

jamezp commented Oct 31, 2023

AIUI any org.apache.maven.plugins group ID's are not required. The default is org.apache.maven.plugins:

<xs:element minOccurs="0" name="groupId" type="xs:string" default="org.apache.maven.plugins">

I never use it, that said I don't have a strong opinion either way.

@WolfgangHG
Copy link
Contributor Author

I see. You can close this pull request if you consider it not necessary. But all other maven plugins define a groupId in the archetypes, so I think it is more consistent.

@jamezp
Copy link
Member

jamezp commented Oct 31, 2023

We can see what others think. I don't mind much either either way TBH.

@jamezp jamezp merged commit bf949d2 into wildfly:main Nov 21, 2023
1 check passed
@WolfgangHG WolfgangHG deleted the missing_groupid branch November 23, 2023 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants