Skip to content

Add Maven Site goal back to GitHub action #9

@philsmart

Description

@philsmart

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions