Right, /bin works as well (preferably within /src) ;-)
On Thu, 11 Feb 2010 14:21:04 -0300, Chris Bredesen <cbredesen(a)redhat.com>
wrote:
On 02/11/2010 12:12 PM, Hardy Ferentschik wrote:
>> On Thu, 2010-02-11 at 11:41 -0300, Hardy Ferentschik wrote:
>>> We probably should add the script to the codebase. What's about
>>> src/main/script
>>> under the top level directory?
>
>> Or /etc. That's where you generally put scripts. I had actually
>> planned on just attaching it to the wiki though.
>
> Personally I would not put any executable shell scripts into /etc
> Btw, I would also not have /etc where it is not. It would have created
> it
> in
> src/etc
Agreed. /etc is for configuration. /bin is for executables.
http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
Adding src to the mix feels dirty to me but I guess it makes sense for
Maven? I'm including a /bin directory in my project that contains
scripts and it's pretty obvious what's in there. Maven doesn't know or
care about its contents.