Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven Plugin should output .nondex directory in the project's build output by default #178

Open
bdemers opened this issue Dec 8, 2022 · 2 comments

Comments

@bdemers
Copy link

bdemers commented Dec 8, 2022

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).

@kaiyaok2
Copy link
Contributor

kaiyaok2 commented Dec 9, 2022

.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

@bdemers
Copy link
Author

bdemers commented Dec 9, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants