avioconsulting / ics-maven-plugin

Maven plugin for interacting with Oracle Integration Cloud Service (ICS)
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Refactor - Directory copy code #5

Open kkingavio opened 6 years ago

kkingavio commented 6 years ago

Currently code uses FileUtils to copy directories. Try and follow the pattern of the copy-resources plugin to make sure unwanted folders aren't copied (ie. .svn)