license-maven-plugin
Posted: Fri Aug 12, 2022 10:24 pm
Hello,
I'm developing a REST connector based on https://github.com/oxygenxml/web-author-rest-plugin
When I attempt to compile, I get an error:
I understand that the `com.oxygenxml:license-maven-plugin` is referenced in the `oxygen-plugins-superpom` dependency.
I have tried adding a repository and a pluginRepository for com.oxygenxml, pointing to https://oxygenxml.com/maven/.
What am I missing here? How do I get this to compile?
Thanks to anyone who can help!
I'm developing a REST connector based on https://github.com/oxygenxml/web-author-rest-plugin
When I attempt to compile, I get an error:
Code: Select all
[ERROR] Plugin com.oxygenxml:license-maven-plugin:1.4 or one of its dependencies could not be resolved: Could not find artifact com.oxygenxml:license-maven-plugin:jar:1.4 in oxygen-plugins (https://oxygenxml.com/maven) -> [Help 1]
I have tried adding a repository and a pluginRepository for com.oxygenxml, pointing to https://oxygenxml.com/maven/.
What am I missing here? How do I get this to compile?
Thanks to anyone who can help!