vmassol     2004/04/01 10:05:08

  Modified:    integration/maven/xdocs changes.xml
               integration/maven project.xml
  Log:
  Removed explicit dependencies on EAR and WAR plugins so that users are free to 
install the versions they want to work with. As it was, we were forcing them to use a 
specific version, which is bad.

  
  Revision  Changes    Path
  1.31      +5 -0      jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- changes.xml       21 Mar 2004 17:45:36 -0000      1.30
  +++ changes.xml       1 Apr 2004 18:05:08 -0000       1.31
  @@ -8,6 +8,11 @@
     <body>
   
       <release version="1.6dev" date="in CVS">
  +      <action dev="vmassol" type="update" due-to="Peter Bright" 
due-to-email="[EMAIL PROTECTED]">
  +        Removed explicit dependencies on EAR and WAR plugins so that users are
  +        free to install the versions they want to work with. As it was, we were
  +        forcing them to use a specific version, which is bad.
  +      </action>
         <action dev="vmassol" type="add">
           The <code>cactus:test</code> can now also be used to run tests packaged
           in an EAR. However the <code>cactus.is.ear</code> property needs
  
  
  
  1.11      +0 -14     jakarta-cactus/integration/maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       27 Feb 2004 12:34:07 -0000      1.10
  +++ project.xml       1 Apr 2004 18:05:08 -0000       1.11
  @@ -102,20 +102,6 @@
         <version>1.6.1</version>
       </dependency>
   
  -    <!-- Make sure the correct dependent plugins are used in their versions -->
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>maven-ear-plugin</artifactId>
  -      <version>1.3</version>
  -      <type>plugin</type>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>maven-ejb-plugin</artifactId>
  -      <version>1.2</version>
  -      <type>plugin</type>
  -    </dependency>
  -
     </dependencies>
     <build>
       <sourceDirectory>src/main</sourceDirectory>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to