You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/12 20:24:22 UTC

cvs commit: avalon/fortress/container maven.xml

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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org