s4u / sitemapxml-maven-plugin

Maven sitemap.xml generator plugin
https://www.simplify4u.org/sitemapxml-maven-plugin/
Apache License 2.0
4 stars 0 forks source link

Support for skip plugin execution #32

Closed slawekjaranowski closed 3 years ago

slawekjaranowski commented 3 years ago

Is your feature request related to a problem? Please describe. When run

mvn site -Dmaven.site.skip

We have got an error:

[INFO] Generate sitemap.xml - Start
[ERROR] 
java.io.IOException: Invalid outputDirectory
    at org.simplify4u.plugins.sitemapxml.SiteMapXmlMojo.lambda$listDirectory$0 (SiteMapXmlMojo.java:198)
    at java.util.Optional.orElseThrow (Optional.java:290)
    at org.simplify4u.plugins.sitemapxml.SiteMapXmlMojo.listDirectory (SiteMapXmlMojo.java:198)

Describe the solution you'd like Support for skip plugin execution by maven.site.skip property

Describe alternatives you've considered Plugin should check is site directory exists.