vmassol     2003/06/19 07:01:51

  Modified:    src/plugins-build/war plugin.jelly
  Log:
  fix comment
  
  Revision  Changes    Path
  1.19      +11 -17    maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- plugin.jelly      17 Jun 2003 17:50:16 -0000      1.18
  +++ plugin.jelly      19 Jun 2003 14:01:51 -0000      1.19
  @@ -4,8 +4,7 @@
            xmlns:license="license"
            xmlns:util="jelly:util"
            xmlns:ant="jelly:ant"
  -         xmlns:artifact="artifact"
  -         >
  +         xmlns:artifact="artifact">
   
     <!--==================================================================-->
     <!-- Default goal : Builds a war file                                 -->
  @@ -161,13 +160,10 @@
        <artifact:install
           artifact="${maven.war.build.dir}/${maven.war.final.name}"
           type="war"
  -        project="${pom}"
  -        /> 
  +        project="${pom}"/> 
     
     </goal>
     
  -  
  -  
     <!--==================================================================-->
     <!-- Install the snapshot version of the war in the local repository  -->
     <!--==================================================================-->      
  @@ -178,40 +174,37 @@
         <artifact:install-snapshot
           artifact="${maven.war.build.dir}/${maven.war.final.name}"
           type="war"
  -        project="${pom}"
  -        /> 
  +        project="${pom}"/> 
           
     </goal>
   
     <!--==================================================================-->
  -  <!-- Deploys the war to  the local repository                         -->
  +  <!-- Deploys the war to the remote repository                         -->
     <!--==================================================================-->      
     <goal name="war:deploy" 
           prereqs="war:war" 
           description="Deploys the war to the remote repository">
  +
        <artifact:deploy
           artifact="${maven.war.build.dir}/${maven.war.final.name}"
           type="war"
  -        project="${pom}"
  -        />   
  +        project="${pom}"/>   
           
     </goal>      
           
     <!--==================================================================-->
  -  <!-- Deploys the snapshoot of the war to  the remote repository       -->
  +  <!-- Deploys the snapshot of the war to the remote repository         -->
     <!--==================================================================-->      
  -
     <goal name="war:deploy-snapshot" 
           prereqs="war:war"
           description="Deploys the snapshot version of  the war to remote 
repository">  
  +
        <artifact:deploy-snapshot
           artifact="${maven.war.build.dir}/${maven.war.final.name}"
           type="war"
  -        project="${pom}"
  -        />    
  +        project="${pom}"/>    
  +        
     </goal>
  -  
  -  
   
     <!--==================================================================-->
     <!-- Special no-op goal which can be used by other plugin which need  -->
  @@ -219,4 +212,5 @@
     <!-- temporary, until we get explicit plugin dependencies.            -->
     <!--==================================================================-->    
     <goal name="war:load"/>
  +
   </project>
  
  
  

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

Reply via email to