bloritsch    2003/06/12 11:24:22

  Modified:    fortress/container maven.xml
  Log:
  update the maven.xml
  
  Revision  Changes    Path
  1.2       +2 -2      avalon/fortress/container/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/fortress/container/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 9 Jun 2003 15:27:41 -0000       1.1
  +++ maven.xml 12 Jun 2003 18:24:22 -0000      1.2
  @@ -84,11 +84,11 @@
       <postGoal name="avalon:deploy-upload">
           <!-- upload big jar -->
           <ant:exec dir="." executable="${maven.scp.executable}">
  -            <arg line="${scpopts} 
target/${pom.artifactId}-complete-${pom.currentVersion}.jar 
${repo}/${pom.groupId}/jars/"/>
  +            <ant:arg line="${scpopts} 
target/${pom.artifactId}-complete-${pom.currentVersion}.jar 
${repo}/${pom.groupId}/jars/"/>
           </ant:exec>
       </postGoal>
   
       <postGoal name="clean">
  -        <delete dir="${maven.src.dir}/java"/>
  +        <ant:delete dir="${maven.src.dir}/java"/>
       </postGoal>
   </project>
  
  
  

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

Reply via email to