when parsing maven settings.xml I got an exception from IDEA that JDOM cannot parse comment:
<!--- Specifies the authentication information to use when connecting to Roche maven's repository -->
.... is not legal for a JDOM comment: Comment data cannot start with a hyphen
This is a bug in JDOM 1.0 and the changelog for JDOM 1.1 says it was just fixed
Please upgrade.