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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,13 @@ mvn release:prepare
205
205
mvn release:perform
206
206
```
207
207
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
+
```
209
215
210
216
> Related [guide](https://dzone.com/articles/publish-your-artifacts-to-maven-central).
0 commit comments