maven command line

Hi,

How to check for the maven command line that is executed by the build process. I am trying to pass to -X to enable debugging for the maven 2 build.

Any ideas?

Regards,
--Venkat.

0
2 comments
Avatar
Permanently deleted user

Hi Venkat,

You can influence the command line for the maven being run by the agent by specifying debug parameters in the "jvmArgs" runner
parameter (configured for the build type).

--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

"Venkat Sonnathi" <no_reply@jetbrains.com> wrote in message news:13850421.1151118753621.JavaMail.itn@is.intellij.net...

Hi,

>

How to check for the maven command line that is executed by the build process. I am trying to pass to -X to enable debugging for
the maven 2 build.

>

Any ideas?

>

Regards,
--Venkat.



0

Hi,

When I specify -X in the JVM args for a maven build. I don't see the debugging output and build says it was successful. Before that build was failing so I wanted to see -X output and could not see it.

Thanks,
--Venkat.

0

Please sign in to leave a comment.