Bernardo-MG / docs-maven-skin

Minimalist HTML5 and Bootstrap based Maven Skin for using Maven Site as a documentation site.
MIT License
38 stars 9 forks source link

Adds test to verify the support for older Maven Site plugin versions #125

Open Bernardo-MG opened 6 years ago

Bernardo-MG commented 6 years ago

This may be done with a command like this:

mvn -Dplugin.site.version=3.6 verify
Bernardo-MG commented 6 years ago

Currently only the latest one is working. This test can be added after a new version of the site plugin is released.