Hello,

I am trying to get the WAR plug-in running but it does not work as described...?

in my maven.war.src dierctory I have 7 directories from which I want 3 to be included 
in my war file. (jsp, xsl, layout_elemente)

Therfore I define the following property:

maven.war.src.includes = jsp xsl layout_elemente

All 7 directories are included

If tried to use , as a separator define the directories jsp/** and **/jsp/** and 
*/jsp/** everything has the same effect.

After that I have defined a maven.war.src.excludes property and excluded the 4 
directories I didn't want to be included. No effect. Everything is included. (I've 
tried the same patterns as in includes)

Than I have defined just a maven.war.src.excludes = project.xml so that the 
project.xml is not included in the war. No effect it is included...


What am I doing wrong???

Thanks,
Mirko

Reply via email to