Skip to content

![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg) #78

@tylerblakex-netizen

Description

@tylerblakex-netizen

medium

It's a good practice to explicitly specify the <groupId> for Maven plugins to improve clarity and build portability, even for official Apache plugins where it can sometimes be omitted. The groupId for maven-deploy-plugin is org.apache.maven.plugins.

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-deploy-plugin</artifactId>
        <version>3.1.1</version>
      </plugin>

Originally posted by @gemini-code-assist in #75 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions