github / maven-plugins

Official GitHub Maven Plugins
MIT License
587 stars 197 forks source link

Add a nojekyll option to the site plugin #9

Closed tomdz closed 12 years ago

tomdz commented 12 years ago

Would be nice if the site plugin could automatically create/maintain the .nojekyll file.

kevinsawicki commented 12 years ago

This has been added and released as 0.5 to Maven Central

Just add <noJekyll>true</noJekyll> to the configuration.

Thanks for the idea!