Skip to content

Commit 862adb0

Browse files
author
Anton Krug
committed
Missing "package" to for maven command
1 parent c5cf13b commit 862adb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It will not increment the version number nor deploy/publish/release the artifact
99

1010
**NOTES:**
1111

12-
* Under Windows the `mvn clean verify` will fail because the unit test paths in unix format. As workaround skip the tests `mvn clean` should build successfully.
12+
* Under Windows the `mvn clean verify` will fail because the unit test paths in unix format. As workaround skip the tests `mvn clean package` should build successfully, but it will not create.
1313
* Maven build will fail if Java 9 is used, while it will work under Java 8.
1414

1515

0 commit comments

Comments
 (0)