Remove the -rf limitation from the readme now that -r has been added

This commit is contained in:
Guillaume Nodet
2021-06-04 11:20:32 +02:00
committed by GitHub
parent 377221fb15
commit 1af6dfd13a

View File

@@ -199,12 +199,4 @@ $ ls -lh target/mvnd
-rwxrwxr-x. 1 ppalaga ppalaga 25M Jun 2 13:23 target/mvnd
----
=== Known issues and limitations
* `mvnd` generally does not play well with `-rf` Maven option at the moment.
If your source tree allows for building of some modules in parallel
and if the failure happens on some of the parallel execution branches,
there is no guarantee that `mvnd` builds all modules skipped due to the previous failure.
There are some improvements planned on this in the next `mvnd` releases.
We're happy to improve `mvnd`, so https://github.com/mvndaemon/mvnd/issues[feedback] is most welcomed!