You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ca...@apache.org on 2005/01/14 22:36:18 UTC

cvs commit: maven-components/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin TestCompilerMojo.java

carlos      2005/01/14 13:36:17

  Modified:    maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin
                        TestCompilerMojo.java
  Log:
  Added debug option to compiler configuration.
  
  Revision  Changes    Path
  1.5       +8 -1      maven-components/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java
  
  Index: TestCompilerMojo.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/TestCompilerMojo.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestCompilerMojo.java	16 Jun 2004 02:51:37 -0000	1.4
  +++ TestCompilerMojo.java	14 Jan 2005 21:36:17 -0000	1.5
  @@ -36,6 +36,13 @@
    *  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$