can we disable the javadoc generation for the default build profile? i do mvn install at least a few times a day and javadoc takes ages. can we move that into a release profile or something similar. the sources jar is ok because that just takes a second or two, but javadoc hangs the build for a good while.
thoughts? -igor