How does intellij modify the source code of maven jar packages, what plug-ins or other ways do you use?

how does intellij modify the source code of maven jar packages, what plug-ins or other ways do you use


download the source code to modify or patch it with reflect, which is relatively friendly to the reproduction of build


the source code is open source software, you can go to the corresponding website pull request, or your own fork a branch. Participate in the community and be willing to share. Enjoy the convenience of open source, but also contribute a little bit of your own strength, why not?

Menu