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 ev...@apache.org on 2004/07/05 18:53:16 UTC

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

evenisse    2004/07/05 09:53:16

  Modified:    maven-core-it integration-tests.txt
  Added:       maven-core-it/it0004 expected-results.txt goals.txt pom.xml
                        prebuild.hook
               maven-core-it/it0005 expected-results.txt goals.txt pom.xml
                        prebuild.hook
  Log:
  Add integration tests for pom:install
  
  Revision  Changes    Path
  1.4       +2 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- integration-tests.txt	18 Jun 2004 02:13:16 -0000	1.3
  +++ integration-tests.txt	5 Jul 2004 16:53:15 -0000	1.4
  @@ -2,3 +2,5 @@
   it0001
   it0002
   it0003
  +it0004
  +it0005
  
  
  
  1.1                  maven-components/maven-core-it/it0004/expected-results.txt
  
  Index: expected-results.txt
  ===================================================================
  ${maven.repo.local}/maven/poms/maven-core-it0004-1.0.pom
  
  
  
  1.1                  maven-components/maven-core-it/it0004/goals.txt
  
  Index: goals.txt
  ===================================================================
  pom:install
  
  
  
  1.1                  maven-components/maven-core-it/it0004/pom.xml
  
  Index: pom.xml
  ===================================================================
  <project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>maven</groupId>
    <artifactId>maven-core-it0004</artifactId>
    <version>1.0</version>
  </project>
  
  
  
  1.1                  maven-components/maven-core-it/it0004/prebuild.hook
  
  Index: prebuild.hook
  ===================================================================
  #!/bin/sh
  
  repoLocal=`cat $HOME/build.properties | grep "maven.repo.local" | sed 's/^.*= *//'`
  
  echo "Removing maven-core-it0004-1.0.pom from the local repository so we can verify pom installation ..."
  
  rm -f $repoLocal/maven/poms/maven-core-it0004-1.0.pom > /dev/null 2>&1
  
  
  
  1.1                  maven-components/maven-core-it/it0005/expected-results.txt
  
  Index: expected-results.txt
  ===================================================================
  ${maven.repo.local}/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom
  ${maven.repo.local}/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom.snapshot-version
  
  
  
  1.1                  maven-components/maven-core-it/it0005/goals.txt
  
  Index: goals.txt
  ===================================================================
  pom:install
  
  
  
  1.1                  maven-components/maven-core-it/it0005/pom.xml
  
  Index: pom.xml
  ===================================================================
  <project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>maven</groupId>
    <artifactId>maven-core-it0005</artifactId>
    <version>1.0-SNAPSHOT</version>
  </project>
  
  
  
  1.1                  maven-components/maven-core-it/it0005/prebuild.hook
  
  Index: prebuild.hook
  ===================================================================
  #!/bin/sh
  
  repoLocal=`cat $HOME/build.properties | grep "maven.repo.local" | sed 's/^.*= *//'`
  
  echo "Removing maven-core-it0005-1.0.pom from the local repository so we can verify pom installation ..."
  
  rm -f $repoLocal/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom > /dev/null 2>&1
  
  rm -f $repoLocal/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom.snapshot-version > /dev/null 2>&1
  
  
  

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

Posted by Jason van Zyl <jv...@maven.org>.
On Mon, 2004-07-05 at 12:53, evenisse@apache.org wrote:
> evenisse    2004/07/05 09:53:16
> 
>   Modified:    maven-core-it integration-tests.txt
>   Added:       maven-core-it/it0004 expected-results.txt goals.txt pom.xml
>                         prebuild.hook
>                maven-core-it/it0005 expected-results.txt goals.txt pom.xml
>                         prebuild.hook
>   Log:
>   Add integration tests for pom:install

Coolio!

If you want to trigger the CI process you can send mail to:

jvanzyl-m2c@codehaus.org : for a clean co and build

jvanzyl@m2u@codehaus.org : for an update and build

Then you don't have to wait for the top of the hour
 

-- 
jvz.

Jason van Zyl
jason@maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau