It's the same as ant patterns:
http://ant.apache.org/manual/dirtasks.html#patterns
HTH,
-Lukas
Johan Iskandar wrote:
maven.multiproject.includes=**/project.xml
I think it means all project.xml files in all directories that has
project.xml that's relative to base directory.
maven.multiproject.excludes=**/*-root/**/project.xml,**/target/**
I think it means all project.xml files in all directories relative to
base directory that has directories with "-root" postfix.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]