Hello,
I may have known the goal of src/main/assembly(assembly descriptor files
used by maven-assembly-plugin).
Now I want to ask what files should be put at src/main/conf?
It seems that the folder would include configuration files, but which
configuration files?

To src/main/java, Maven just think there are Java source files in there.
Then Maven compiles the source.
To src/main/resources, Maven just think there are resource files associate
with Java source files.
Then Maven copy the files into jar(classes dir).
Now, how do Maven to deal with src/main/conf?
Maven would copy the files under the directory to somewhere? ...
I find nothing is interesting :(

a cup of Java, cheers!
Sha Jiang


jiangshachina wrote:
> 
> Mergere's book "Better Builds with Maven", appendix B.1 "Standard
> Directory Structure".
> I don't understand some of directories. For example, src/main/filters and
> src/main/assembly.
> The descriptions in the book, the former is "Standard location for
> resource filters", and the latter is "Standard location for assembly
> filters".
> May I have less experience on Web/Java EE application development, then I
> can not understand the functions of the directories. Which files should be
> put into src/main/filters or src/main/assembly.
> 
> For example, which directory I would put JavaScript files into?
> 
> a cup of Java, cheers!
> Sha Jiang
> 

-- 
View this message in context: 
http://www.nabble.com/Puzzles-on-Standard-Directory-Structure--tf2519880s177.html#a7254600
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to