File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
354355As 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:
402403Configure 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.
You can’t perform that action at this time.
0 commit comments