0
votes

I am using jython-slim-2.7.2.jar in my springboot application. This jar file contains a file I don't need. I want to remove that file without manually deleting it(by opening the jar from local repository and then deleting the file). How can I configure maven to delete that file while building executable jar?