David schrieb:
> Hi,
>
> I have a Java application and class library that need interactive debugging
> enabled. To do that I need to build them with debug information included.
> Can someone explain to me how I do that with Maven as they are Maven builds?
>   
See the documentation for the maven-compiler-plugin:
  http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html

Defining this plugin in the build section of your pom will override the
default settings.

Regards,
Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to