So I had some difficulty with the Commons HTML release because of a problem I encountered where the PAX EXAM integration test would time out.
This occurred whenever I attempted to run it twice in a row without performing a 'clean' in between. So following the release guidelines I attempted > mvn release:prepare -DdryRun=true then > mvn deploy at which point the pax tests would hang. Once I figured out that i had to run clean, it worked with >mvn clean deploy I have no idea if this is just my environment or what. But I wanted to share in the case that someone knew exactly what was going on or if someone runs into the problem themselves. - Jason
