andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 54 forks source link

Site build failure with Maven 3.1 (Aether issues) #20

Closed andriusvelykis closed 10 years ago

andriusvelykis commented 10 years ago

When building Reflow skin site itself with Maven 3.1, errors appear related to Sonatype Aether, e.g.:

java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter

This is an incompatibility between Maven 3.1 and 3.0.

andriusvelykis commented 10 years ago

Bumped affected plugin versions to the newest ones. Now the Reflow site itself builds successfully with Maven 3.1. Also updated maven-site-plugin versions in documentations.

While on the subject, also bumped versions of other plugins to newer ones.