I need to use a non-Maven project (simply a folder with script files) from a remote hg repo as a resource for my Maven project in git. I need to use those files in my Java code.
What is the way to add them to my project it without: - Having to fork a non-maven repo - Having to make that project into Maven project - Having to move either project to a different repo
There must be some Maven plugin that lets adding archives to a project but I just cannot google it.