Maybe my maven's broken but I can't build all the way through assembly:assembly without manually adding the jars that are built to my local maven repo.
So mvn assembly:assembly builds cloudtrace and accumulo-start jars, then fails If I add cloudtrace and accumulo-start to the local repo, then accumulo-core builds, then mvn fails I add accumulo-core to the local repo, mvn continues, then completes saying: [INFO] Reactor Summary: [INFO] [INFO] accumulo .......................................... SUCCESS [1:31.829s] [INFO] cloudtrace ........................................ SKIPPED [INFO] accumulo-start .................................... SKIPPED [INFO] accumulo-core ..................................... SKIPPED [INFO] accumulo-server ................................... SKIPPED [INFO] accumulo-examples ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ Should mvn assembly:assembly be installing completed jars into the local repo as it goes? Aaron
