Running the Maven Site goal on ukf-members generates the following error:
Could not transfer artifact net.shibboleth:parent-v3:xml:site_en:9 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [central (http://repo1.maven.org/maven2, default, releases)]
net.shibboleth:parent-v3:xml:9
This seems to be because the parent project (net.shibboleth:parent-v3:9) does not have a site descriptor (site_en.xml or site.xml) in the .m2 repository when the ukf-members site is being generated.
One fix is to add a site descriptor to the parent project. However, as we can not alter the plugin configuration in the already-released parent project, I will need to find other ways to allow site generation.
See also: https://stackoverflow.com/questions/23597456/how-to-avoid-checking-parent-project-in-maven-site-plugin
See also: https://tcollignon.github.io/2016/10/24/Unable-to-locate-site-descriptor-maven-site-plugin-pro
See also: #7
Running the Maven Site goal on ukf-members generates the following error:
This seems to be because the parent project (net.shibboleth:parent-v3:9) does not have a site descriptor (site_en.xml or site.xml) in the .m2 repository when the ukf-members site is being generated.
One fix is to add a site descriptor to the parent project. However, as we can not alter the plugin configuration in the already-released parent project, I will need to find other ways to allow site generation.
See also: https://stackoverflow.com/questions/23597456/how-to-avoid-checking-parent-project-in-maven-site-plugin
See also: https://tcollignon.github.io/2016/10/24/Unable-to-locate-site-descriptor-maven-site-plugin-pro
See also: #7