Application plugin pack resources separately

I am planing to package my application using the ‘application’ plugin.
All the resources, under main/resources/, are packed in to the jar of my application.
This I can exclude using script.
However, after excluding them from the jar, I want them distributed along with my application and automatically include them in my classpath.
How can I do this? Or am I on the wrong direction?