Added known limitations to use -rf maven option

Added Known issues and limitations section.
Added limitations on using -rf maven option.
This commit is contained in:
Andrea Tarocchi
2021-02-10 11:19:01 +01:00
committed by GitHub
parent 88bf21ad54
commit 3d52ded30a

View File

@@ -171,4 +171,8 @@ $ ls -lh target/mvnd
-rwxrwxr-x. 1 ppalaga ppalaga 25M Jun 2 13:23 target/mvnd
----
=== Known issues and limitations
* Parallel build, hence `mvnd`, don't play well with `-rf` maven option at the monet. If you use the `-rf` maven option with `mvnd` you have no guarantee that all the modules will have been built (There are some improvements planned on this in the next `mvnd` releases).
We're happy to improve `mvnd`, so feedback is most welcomed!