Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Conversation

@ctolkmit
Copy link

The used maven-plugin-plugin 3.1 generates a wrong plugin.xml which includes a corrupt help mojo implementation specification:

<implementation>HelpMojo</implementation>

Updating to maven-plugin-plugin to 3.4 fixes this issue an generates:

<implementation>com.github.phasebash.jsdoc3.maven.HelpMojo</implementation>

which is correct

@webdevelopersdiary
Copy link

maven-plugin-plugin version 3.5 is out now, I'm also suffering from the corrupt HelpMojo warning during site build. If this could be fixed that would be greatly appreciated!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants