mirror of
https://github.com/apache/jclouds.git
synced 2025-02-11 20:46:11 +00:00
This makes a *huge* difference in build time (mvn clean install -DskipTests takes about 1/3 as long with this in place). It moves source and javadoc into profiles, so that if you want to build the source jars and javadoc jars, you specify -Psrc and -Pdoc respectively.