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
.nondex folder is where NonDex stores temporary files for the debug mojo (if one wants a stack trace of the invocation of an under-determined Java API). We have a clean mojo to remove those: for example, with NonDex 2.1.1, run: mvn edu.illinois:nondex-maven-plugin:2.1.1:clean
@kaiyaok2 right! And that's a good idea, but littering a project's source directory is not typical behavior for a Maven plugin; any generated content should go into the project build output-dir.
The maven plugin currently litters the project tree with a
.nondex
fold in each module of a multi-module project.The default output directory should be the project's build directory (
target
by default).The text was updated successfully, but these errors were encountered: