I have a resource that is quite large (over 100 MB). I would rather not check this into the SVN because then users who do not depend on this project still need to download 100 MB. I am using maven for the build system/dependency management. How can I handle these resources using maven?
Share
If your ressource is a jar or something similar, you can add it to your repository :
If not, you have to find an other way in database for example, or in a shared directory, you’re right not to put it in SVN.