I am trying to package up a war file with Maven 1.0. I am able to get it to work but I am trying to exclude files from the war and it is not working.
This is the information in my project.properties
maven.multiproject.type=war
maven.war.src=${basedir}/WebContent
maven.war.src.excludes=**/*.jar,**/*.gph,**/*.xmi
The files matching these criteria are still included in the war. I've
tried various permutations of the exclude files to no avail. What I am
doing wrong?
Thanks,
Earl Hokens
