RE: How to disable scan for projects

2008-01-04 Thread Bohtvaroh
ursday, January 03, 2008 4:07 PM > To: users@maven.apache.org > Subject: RE: How to disable scan for projects > > > At this stage my pom.xml contains some parameters that must be replaced > with > my plug-in, so pom tree is still invalid. > > > Brian E Fox wrote:

RE: How to disable scan for projects

2008-01-03 Thread Brian E. Fox
Is your plugin actually modifying the poms? -Original Message- From: Bohtvaroh [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 4:07 PM To: users@maven.apache.org Subject: RE: How to disable scan for projects At this stage my pom.xml contains some parameters that must be

RE: How to disable scan for projects

2008-01-03 Thread Bohtvaroh
age- > From: Bohtvaroh [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 12:07 PM > To: users@maven.apache.org > Subject: How to disable scan for projects > > > Hello. I need to discover how to disable "Scanning for projects..." when > I > invoke m

RE: How to disable scan for projects

2008-01-03 Thread Brian E. Fox
Maven will always do this when it finds poms in the execution folder. Why do you care if it scans the tree? -Original Message- From: Bohtvaroh [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 12:07 PM To: users@maven.apache.org Subject: How to disable scan for projects Hello

How to disable scan for projects

2008-01-03 Thread Bohtvaroh
Hello. I need to discover how to disable "Scanning for projects..." when I invoke my custom plugin. I have @requiresProject false in it source but it is not sufficient. -- View this message in context: http://www.nabble.com/How-to-disable-scan-for-projects-tp14601036s177p14601036.html