dain        2004/10/17 14:56:28

  Modified:    modules/itests project.properties project.xml
  Log:

  Applied patch from Chris Cardona which adds a version number for the maven itest 
plugin, dependency to the plugin within the itests modules
  http://nagoya.apache.org/jira/browse/GERONIMO-376
  
  Revision  Changes    Path
  1.15      +2 -2      openejb/modules/itests/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.properties        15 Oct 2004 04:33:04 -0000      1.14
  +++ project.properties        17 Oct 2004 18:56:28 -0000      1.15
  @@ -2,7 +2,7 @@
   ## $Revision$ $Date$
   ##
   
  -maven.repo.remote=http://www.openejb.org/maven, http://www.ibiblio.org/maven
  +maven.repo.remote=http://www.openejb.org/maven, http://www.ibiblio.org/maven, 
http://openejb.codehaus.org/maven
   
   maven.multiproject.type=ejb
   
  
  
  
  1.20      +8 -1      openejb/modules/itests/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml       14 Oct 2004 19:09:02 -0000      1.19
  +++ project.xml       17 Oct 2004 18:56:28 -0000      1.20
  @@ -97,6 +97,13 @@
               <version>${pom.currentVersion}</version>
           </dependency>
   
  +        <dependency>
  +            <groupId>maven-itest-plugin</groupId>
  +            <artifactId>maven-itest-plugin</artifactId>
  +            <version>&maven-itest-plugin-version;</version>
  +            <type>plugin</type>
  +        </dependency>
  +
           <!-- Thirdparty -->
   
           <dependency>
  
  
  

Reply via email to