If you're talking about the -X or --debug flags in the command line arguments, those're used to printout debug information internal to maven or maven plugins. If you're not a plugin writer or a maven contributor you normally won't need this (If you were, you'd have known this already).
OTOH, you mentioned about a file. So you might be talking about the compile.debug flag which tells the maven to compile the java classes with debug information on. This flag is set in your project.properties file (or build.properties, etc., read the doco). Bulent erdemir On Wed, 10 Nov 2004 03:04:55 -0800 (PST), nafise hassani <[EMAIL PROTECTED]> wrote: > hi > what is maven debug mode? > how can change it? > in which file? > > > --------------------------------- > Do you Yahoo!? > Check out the new Yahoo! Front Page. www.yahoo.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
