emeraldjava
emeraldjava
I'm seeing the same now where no content is generated as output. I've a github actions build here https://github.com/emeraldjava/emeraldjava/runs/995658552?check_suite_focus=true which shows the error `> [email protected] build /github/workspace > hackmyresume BUILD...
I think if a team is using a maven build, the jar files are loaded from http://www.webjars.org/npm The google-code-prettify doesn't appear in the npm area here. It does in the...
@dtaylor113 Is there a workaround to exclude the 'google-code-prettify' from the patternfly build or load the jar file from a different maven repo?
It seems there is some missing metadata in the package.json which means webjars can't publish the artifact. https://github.com/webjars/webjars/issues/1551
I've posted a pull request https://github.com/spencewood/google-code-prettify/pull/14 which adds the required license details to the module.
@dtaylor113 I've forked the project and added the Apache 2.0 which ensures npm webjars should have a v1.0.5 version in a few hours. GroupID = org.webjars.npm ArtifactID = github-com-emeraldjava-google-code-prettify Version...
Hey - i just dumped a dirty #2 pull request which give an outline of how i'd see this working.
I'm happy to update the documentation.
Hi @cstettler, Thanks for the quick reply. Moving the file isn't an easy option for me currently. I was think that the plugin might be extended to support the standard...
@cstettler Please see this PR and an initial suggestion on how to exclude these '.' dot files from the publish phase. https://github.com/confluence-publisher/confluence-publisher/pull/392