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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...