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 jv...@apache.org on 2004/06/15 06:07:57 UTC

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

jvanzyl     2004/06/14 21:07:57

  Modified:    maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin
                        CompilerMojo.java
  Log:
  o the compiler:compile goal needs dependendencies to be resolved
  
  Revision  Changes    Path
  1.4       +3 -1      maven-components/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/CompilerMojo.java
  
  Index: CompilerMojo.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/CompilerMojo.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CompilerMojo.java	14 Jun 2004 23:22:47 -0000	1.3
  +++ CompilerMojo.java	15 Jun 2004 04:07:57 -0000	1.4
  @@ -11,6 +11,8 @@
   /**
    * @goal compile
    *
  + * @requiresDependencyResolution
  + *
    * @description Compiles application sources
    *
    * @parameter