I am working with IntelliJ IDEA 11
on a project. I am generating javadoc
with the maven-javadoc-plugin
, but then I can only create the javadoc for the whole project.
Is there a way that I can create javadoc
only for the latest files that were changed, respectively the files of the last commit?