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 br...@apache.org on 2005/03/22 07:40:08 UTC

cvs commit: maven-components/maven-core-it/it0009 expected-results.txt goals.txt pom.xml prebuild-hook.txt

brett       2005/03/21 22:40:08

  Modified:    maven-core-it README.txt integration-tests.txt
  Added:       maven-core-it/it0009 expected-results.txt goals.txt pom.xml
                        prebuild-hook.txt
  Log:
  add integration test for plugin configuration
  
  Revision  Changes    Path
  1.23      +3 -0      maven-components/maven-core-it/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it/README.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- README.txt	13 Mar 2005 21:12:03 -0000	1.22
  +++ README.txt	22 Mar 2005 06:40:08 -0000	1.23
  @@ -27,6 +27,9 @@
           test also checks to make sure that mojo parameters are aligned to the 
           project basedir when their type is "java.io.File".
           
  +it0009: Test plugin configuration and goal configuration that overrides what the
  +        mojo has specified.
  +        
   it0010: Since the artifact resolution does not use the project builder, we must
           ensure that the full hierarchy of all dependencies is resolved. This
           includes the dependencies of the parent-pom's of dependencies. This test
  
  
  
  1.22      +1 -0      maven-components/maven-core-it/integration-tests.txt
  
  Index: integration-tests.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it/integration-tests.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- integration-tests.txt	10 Mar 2005 17:14:38 -0000	1.21
  +++ integration-tests.txt	22 Mar 2005 06:40:08 -0000	1.22
  @@ -6,6 +6,7 @@
   it0005
   it0007
   it0008
  +it0009
   it0010
   it0011
   it0012
  
  
  
  1.3       +2 -1      maven-components/maven-core-it/it0009/expected-results.txt
  
  
  
  
  1.4       +1 -1      maven-components/maven-core-it/it0009/goals.txt
  
  
  
  
  1.3       +27 -12    maven-components/maven-core-it/it0009/pom.xml
  
  
  
  
  1.3       +0 -0      maven-components/maven-core-it/it0009/prebuild-hook.txt