jvanzyl     2003/01/09 07:50:45

  Modified:    src/plugins-build/plexus plugin.jelly
  Log:
  o Adding SEA making goal.
  
  Revision  Changes    Path
  1.15      +15 -0     jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly      8 Jan 2003 21:02:18 -0000       1.14
  +++ plugin.jelly      9 Jan 2003 15:50:45 -0000       1.15
  @@ -5,6 +5,7 @@
     xmlns:define="jelly:define"
     xmlns:reactor="reactor"
     xmlns:deploy="deploy"
  +  xmlns:sea="sea"
     xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
     xmlns:plexus="jelly:org.apache.maven.plexus.jelly.PlexusTagLibrary">
   
  @@ -188,6 +189,20 @@
       
       <chmod file="${maven.plexus.bin}/plexus.sh" perm="+x"/>
       
  +  </goal>
  +
  +  <!-- ===================================================================== -->
  +  <!-- G E N E R A T E  S E A                                                -->
  +  <!-- ===================================================================== -->
  +
  +  <goal name="plexus:sea">
  +    
  +    <attainGoal name="plexus:deploy"/>
  +    
  +    <sea:create
  +      sourceDirectory="${maven.plexus.runtimeDirectory}"
  +      seaName="plexus"
  +    />
     </goal>
   
   </project>
  
  
  

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

Reply via email to