You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -203,7 +203,7 @@ plugins in the build process (deploy, site-deploy, etc.) will use the repositori
203
203
| releaseDeploymentRepository | n/a | The repository to use for releases. (Builds with a GIT_BRANCH matching `masterBranchPattern` or `supportBranchPattern`) |
204
204
| stageDeploymentRepository | n/a | The repository to use for staging. (Builds with a GIT_BRANCH matching `releaseBranchPattern` or `hotfixBranchPattern`) |
205
205
| snapshotDeploymentRepository | n/a | The repository to use for snapshots. (Builds matching `developmentBranchPattern`) |
206
-
|otherDeploymentBranchPattern| n/a | Regex. When matched, the branch name is normalized and any artifacts produced by the build will include the normalized branch name and -SNAPSHOT. Deployment will target the snapshot repository |
206
+
|otherDeployBranchPattern| n/a | Regex. When matched, the branch name is normalized and any artifacts produced by the build will include the normalized branch name and -SNAPSHOT. Deployment will target the snapshot repository |
207
207
208
208
**The repository properties should follow the following format**, `id::layout::url::uniqueVersion`.
209
209
@@ -255,7 +255,7 @@ Can be replaced with the following plugin configuration, which also introduces t
255
255
### Deploying non-release (OTHER) type branches as -SNAPSHOT releases.
256
256
257
257
In addition to setting up repository targets for release branches, the `retarget-depoy` branch can deploy other branches
258
-
matching the `otherDeploymentBranchPattern` as -SNAPSHOT artifacts which include the branch name as build metadata.
258
+
matching the `otherDeployBranchPattern` as -SNAPSHOT artifacts which include the branch name as build metadata.
259
259
By default this is loosely based on the [semVer](https://semver.org) semantic version scheme, in that the plugin will
260
260
reversion any artifacts to be produced with `+feature-branch-name-normalized-SNAPSHOT` where any characters not in
261
261
`[0-9A-Za-z-.]` will be replaced with `-`. In cases where the `+` delimiter is problematic, you can override that default
0 commit comments