mcconnell    2003/11/17 05:45:59

  Modified:    meta/plugin plugin.jelly
  Log:
  Updating artifact metadata generation.
  
  Revision  Changes    Path
  1.5       +10 -0     avalon/meta/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/avalon/meta/plugin/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly      12 Nov 2003 21:16:36 -0000      1.4
  +++ plugin.jelly      17 Nov 2003 13:45:58 -0000      1.5
  @@ -127,6 +127,16 @@
         <ant:echo message="Ignoring artifact generation (no target jar file)."/>
       </j:if>
       -->
  +
  +    <ant:property name="avalonArtifactDestination" 
  +       value="${maven.repo.local}/${pom.artifactDirectory}/jars"/>
  +    <ant:mkdir dir="${avalonArtifactDestination}"/>    
  +    <ant:copy 
  +      file="${filename}"
  +      todir="${avalonArtifactDestination}"
  +      overwrite="true"
  +    />
  +
     </goal>
   
   </project>
  
  
  

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

Reply via email to