My project has a lot of files that are used for the build or during design, but shouldn't end up in the target directory. For example, we have a directory named /design_docs, installer config files, icons used by the installer, code formatting standards, etc. Some of these files are referenced during the build, others are just internal documentation.

Where do these files belong in a proper Maven directory structure?

I've put them in src/test/resources, but I don't think they belong there.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to