On Jan 15, 2008 7:31 PM, dddzzz <[EMAIL PROTECTED]> wrote: > > > > Heinrich Nirschl wrote: > > > > > > Put them into src/main/resources. > > > > > > I want them to be in same folder that classes are.
Which folder do you mean, the one with the .class files or with the .java files? The final jar will have the .class files and the resources side by side. Maven uses certain conventions about structuring the source of a project. If you follow them, there is little to configure. If you decide not to follow the conventions, more configuration in the POM is necessary. It is usually a good idea to use the conventions because it is much easier for the developers to join a new project. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
