Skip to content

Commit

Permalink
updating README.md (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAftabAlam authored Dec 22, 2023
1 parent 763f47d commit 080fa96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ developers:
* `p4` (lines 2 and 5): `artifactId`
* `p4-plugin` (line 3): GitHub repository name
* `org/jenkins-ci` (line 5): `groupId` (with slashes replacing periods)
* `org/jenkins-ci/plugins` (line 5): `groupId` (with slashes replacing periods)
* `p4paul` (line 7): Jenkins community account user name

### Adding a new plugin
Expand Down Expand Up @@ -80,7 +80,7 @@ A plugin can theoretically be replaced by a new one with a different ID, but thi
If the plugin _hasn't_ been released yet, you can just rename and edit the existing permissions file, changing the `name` component.
You may also edit the `github` component, if you wish to rename the repository.

### Changing a plugin's `groupId`
### Changing a plugin's `artifactId`

Changing the `paths` or modifying the `<artifactId>` in the plugin `pom.xml` is highly discouraged.
Modifying the path will break any Maven dependencies from other plugins.
Expand Down

0 comments on commit 080fa96

Please sign in to comment.