Replies: 2 comments
-
Hi @zhl-tcsec, unfortunally I think it is not possible because somes features of the Nexus OSS used by this plugin appears only after the version 3.20.0 of Nexus OSS. If you really want to fit it with your version, you can keep only the json api part of the plugin (the ui is dependent of nexus-ui-plugin and it is available only at 3.20.0 ...). Maybe you can try to build a new project with the dependencies you need, and integrate the java code. The api part is in ReportResource.java and The service wich get all infos is ReportService.java. I didn't find a way to adapt the plugin directly. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I don't need UI interface, I just need API, I will try it by myself, thanks again for your answer. |
Beta Was this translation helpful? Give feedback.
-
Whether the adapter Nexus OSS 3.15.0 Version ? What should I do if I want to fit myself ? I tried to modify the Maven dependency, but it didn't work. Please help me, thank you!
Beta Was this translation helpful? Give feedback.
All reactions