Hi all,

I've got a wee problem with a preGoal which is being run twice. I'm using b7 and 
trying to check out src from VSS before compiling. If I run "maven site" the preGoal 
below is run twice. How can I do this more efficiently?

/c

<snip>
  <preGoal name="java:compile">
  
     <delete dir="${java.src.local}"/>     

     <vssget localPath="${java.src.local}"
      recursive="true"
      login="${config.vss.uid},${config.vss.pwd}"
      serverPath="${vss.server.path}"
      vsspath="${vss.project}"
      writable="true">
     </vssget>
  </preGoal>
</snip>

Reply via email to