jvanzyl     2003/03/26 07:49:40

  Modified:    src/plugins-build/deploy plugin.jelly
  Log:
  o moving pom:deploy goal to the pom plugin.
  
  Revision  Changes    Path
  1.4       +0 -24     maven/src/plugins-build/deploy/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/deploy/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      13 Mar 2003 15:53:57 -0000      1.3
  +++ plugin.jelly      26 Mar 2003 15:49:40 -0000      1.4
  @@ -160,28 +160,4 @@
   
     </define:taglib>
   
  -  <!-- ========================================================================== 
-->
  -  <!-- D E P L O Y  P O M                                                         
-->
  -  <!-- ========================================================================== 
-->
  -  <!-- POMs are deployed in the form ${pom.artifactId}-${pom.currentVersion}.pom  
-->
  -  <!-- to match the same versioning convention as JARs. Having the POMs           
-->
  -  <!-- deployed during each release will allow someone to build any               
-->
  -  <!-- version of a project reliably.                                             
-->
  -  <!-- ========================================================================== 
-->
  -
  -  <goal name="deploy:pom"
  -        description="Deploy POM to the central repository.">
  -
  -    <copy file="project.xml" tofile="${pom.artifactId}-${pom.currentVersion}.pom"/>
  -
  -    <deploy:artifact
  -      artifact="${pom.artifactId}-${pom.currentVersion}.pom"
  -      type="poms"
  -      assureDirectoryCommand="mkdir -p"
  -    />
  -    
  -    <delete file="${pom.artifactId}-${pom.currentVersion}.pom"/>
  -    
  -  </goal>
  -
   </project>
  
  
  

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

Reply via email to