diff --git a/README.adoc b/README.adoc index 4e04a242..ce9a168d 100644 --- a/README.adoc +++ b/README.adoc @@ -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!