0

I have some problems with IntelliJ Idea not copying SQL resource files into target directory, so I have to copy them there manualy.

I have SQL reosurce pattern in project's compiler settings.

I have standart structure maven project - with /etc/ folder holding property files which gets copied without problem. /etc/ folder holds /sql/ folder which i need to be copied as well, but it gets not copied at all. /etc/ folder is set as source folder.

My folder structure:

-etc
    -conf
        -sql
-src
    -main
    -test
Jarek
  • 7,425
  • 15
  • 62
  • 89

1 Answers1

0

This should work fine, but could be a bug specific to your configuration. Could you please submit an issue with a sample project and pom.xml?

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904