Skip to content

Commit e978567

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 706299c commit e978567

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,13 @@ mvn release:prepare
205205
mvn release:perform
206206
```
207207

208-
:warning: On **Windows** it is necessary to use **PowerShell** and include next parameter ``-Dline.separator=`n`` in last two commands to avoid [this issue](https://stackoverflow.com/questions/11868590/maven-release-plugin-and-windows-line-breaks).
208+
:warning: On **Windows** it is necessary to use **PowerShell** and include next parameter ``"-Dline.separator=`n"`` in last two commands to avoid [this issue](https://stackoverflow.com/questions/11868590/maven-release-plugin-and-windows-line-breaks).
209+
210+
```bash
211+
mvn clean release:clean
212+
mvn release:prepare "-Dline.separator=`n"
213+
mvn release:perform "-Dline.separator=`n"
214+
```
209215

210216
> Related [guide](https://dzone.com/articles/publish-your-artifacts-to-maven-central).
211217

0 commit comments

Comments
 (0)