You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
What are you trying to do?
I first tested the cpan plugin using the temporary install method, which worked fine.
Now, I want to install the nexus-repository-cpan plugin permanently.
If I follow the instructions from the readme the plugin does not load on startup and it complains about missing dependencies.
What feature or behavior is this required for?
I follow the instructions from the readme.
How could we solve this issue? (Not knowing is okay!)
Only after adding the apache commons compress bundle the plugin will load.
Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.
What are you trying to do?
I first tested the cpan plugin using the temporary install method, which worked fine.
Now, I want to install the nexus-repository-cpan plugin permanently.
If I follow the instructions from the readme the plugin does not load on startup and it complains about missing dependencies.
What feature or behavior is this required for?
I follow the instructions from the readme.
How could we solve this issue? (Not knowing is okay!)
Only after adding the apache commons compress bundle the plugin will load.
<feature name="nexus-repository-cpan" description="org.sonatype.nexus.plugins:nexus-repository-cpan" version="1.0.0"> <details>org.sonatype.nexus.plugins:nexus-repository-cpan</details> <bundle>mvn:org.sonatype.nexus.plugins/nexus-repository-cpan/1.0.0</bundle> <bundle>mvn:org.apache.commons/commons-compress/1.11</bundle> </feature>
My suggestion is to add this to the docs, I'm just not sure if this fix is required because of the version or edition we are using of nexus.
The text was updated successfully, but these errors were encountered: