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
+2-16
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Add the following `plugin` tag to your `pom.xml`:
16
16
<plugin>
17
17
<groupId>io.github.fvarrui</groupId>
18
18
<artifactId>javapackager</artifactId>
19
-
<version>1.0.1|1.0.2-SNAPSHOT</version>
19
+
<version>1.0.2|1.0.3-SNAPSHOT</version>
20
20
<executions>
21
21
<execution>
22
22
<phase>package</phase>
@@ -205,14 +205,6 @@ 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).
209
-
210
-
```bash
211
-
mvn clean release:clean
212
-
mvn release:prepare "-Dline.separator=`n"
213
-
mvn release:perform "-Dline.separator=`n"
214
-
```
215
-
216
208
> Related [guide](https://dzone.com/articles/publish-your-artifacts-to-maven-central).
217
209
218
210
## Future features
@@ -221,6 +213,7 @@ Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column
0 commit comments