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 jd...@apache.org on 2005/03/16 18:40:02 UTC

cvs commit: maven-components/maven-plugin pom.xml

jdcasey     2005/03/16 09:40:02

  Modified:    maven-plugin pom.xml
  Log:
  o Adding junit dependency to enable building with m2.
  
  Revision  Changes    Path
  1.6       +10 -0     maven-components/maven-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugin/pom.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- pom.xml	10 Mar 2005 01:35:13 -0000	1.5
  +++ pom.xml	16 Mar 2005 17:40:02 -0000	1.6
  @@ -32,5 +32,15 @@
         <type>jar</type>
         <scope>compile</scope>
       </dependency>
  +    <dependency>
  +      <groupId>junit</groupId>
  +      <artifactId>junit</artifactId>
  +      <version>3.8.1</version>
  +      <type>jar</type>
  +      <!-- Should be changed to test scope, but that requires moving the 
  +        | plugin test case out to another artifact or something.
  +        | -->
  +      <scope>compile</scope>
  +    </dependency>
     </dependencies>
   </model>
  \ No newline at end of file