Skip to content

Commit fc6df45

Browse files
Updated README. attach-deployed now mentions otherBranchesToDeploy, and reverted a mistaken edit on the IntelliJ comments.
1 parent 7a8357a commit fc6df45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ The following table describes the git branch expression -> repository used for r
349349
| releaseBranchPattern | stage |
350350
| hotfixBranchPattern | stage |
351351
| developmentBranchPattern | snapshots |
352+
| otherBranchesToDeploy | snapshots |
352353
| All Others | local |
353354

354355
As an example, assume you have two CI jobs.
@@ -400,7 +401,7 @@ You can then connect a remote debugger and step through the plugin code.
400401
## Building with IntelliJ IDEA notes
401402
### To Debug Test Code:
402403
Configure the Maven commandline to include
403-
`-DforkMode=never` You will likely get warnings when you run maven without this argument.
404+
`-DforkMode=never` You will likely get warnings when you run maven with this argument.
404405

405406
### To inspect code-coverage results from Integration Tests:
406407
* Select the **Analyze** -> **Show Coverage Data** menu.

0 commit comments

Comments
 (0)