R: Multiproject:clean problem

2004-08-10 Thread Stefanutti, Mario
It is a workaround. Anyway it works so fine! maven -o multiproject:clean goal name=multiproject:clean maven:reactor basedir=${basedir} includes=**/${pattern}/**/project.xml excludes=**/target/**/project.xml

R: Multiproject:clean problem

2004-08-09 Thread Stefanutti, Mario
To resolve this problem I used the following solution: The reactor has to be called using: ignoreFailures=true (so it keeps going if there is a failure) and then maven can be invoked using: maven -o InfoBUS:clean (-o offline: this way maven ignores the central repo) goal