Description
When adding the sitemap plugin a dependency on a Sun vendor specific module is added. This dependency was removed a dependency from the Sitemap plugin in HIPPLUG-813. This version is included in the 7.9.1 release pom.
Archetype site/pom.xml after adding the Sitemap plugin to the archetype:
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1.13</version>
<scope>compile</scope>
</dependency>