Just add them to the root directory then.
I would put design docs in /src/site/resources

Installer cfg files. This sounds like you need a root project, then module,
and an assembly:

[root]
|-->/src/main/resources/[cfg files]
|-->/src/assembly/assemble.xml
|-->core-module
        |-->/src/main/**
|-->pom.xml


---
Thank You…

Mick Knutson, President

BASE Logic, Inc.
Enterprise Architecture, Design, Mentoring & Agile Consulting
p. (866) BLiNC-411: (254-6241-1)
f. (415) 685-4233

Website: http://baselogic.com
Linked IN: http://linkedin.com/in/mickknutson
Twitter: http://twitter.com/mickknutson
Vacation Rental: http://tahoe.baselogic.com
---



On Fri, Jan 9, 2009 at 1:53 PM, Chris <[email protected]> wrote:

> 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