[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Maven depency issues

adrian@jboss.org do-not-reply at jboss.com
Mon Sep 3 06:05:33 EDT 2007


In the ant/buildmagic build of jbossas we have an extra task before
every compile to fix the broken dependency checking of javac


  |   <!-- Remove classes which depend on changed files, so they will rebuild. -->
  |   <depend srcdir="${source.java}:${build.gen-src}"
  |     destdir="${build.classes}"
  |     dump="${javac.depend.dump}"
  |     closure="${javac.depend.closure}">
  |     <include name="${javac.includes}"/>
  |     <exclude name="${javac.excludes}"/>
  |   </depend>
  | 

Is there a similar option for maven?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080421#4080421

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080421



More information about the jboss-dev-forums mailing list