Hi,
I am trying to exclude particular project files via project.properties.
The reason I want this is that maven otherwise builds a null-1.0.jar
file for those directories that have a project.xml file for a
maven:multiproject project and that do not contain any source code or
tests.
I use the following:
maven.multiproject.excludes=project.xml,${basedir}/import/project.xml
For some reason the second one is always ignore resulting a
null-1.0.jar file for that directory.
What am I doing wrong?
Regards,
Ruud Wijnands
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]