mirror of https://github.com/apache/maven.git
Added debug option to compiler configuration.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2520812edf
commit
a1d1876691
|
@ -36,6 +36,13 @@ import java.util.List;
|
|||
* validator=""
|
||||
* expression="#project.classpathElements"
|
||||
* description=""
|
||||
* @parameter
|
||||
* name="debug"
|
||||
* type="String"
|
||||
* required="false"
|
||||
* validator=""
|
||||
* expression="#maven.compiler.debug"
|
||||
* description="Whether to include debugging information in the compiled class files; the default value is false"
|
||||
*
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
* @version $Id$
|
||||
|
|
Loading…
Reference in New Issue