-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need some help on debugging this project #174
Comments
If you want to debug in a live Nexus intance or container, just enable JDWP and connect to the configured port, e.g.
|
Thanks @stklcode , I'm not sure this is the right place to ask for help. But, It may be helpful to understand this repo more clearly. I went through a few implementations (nexus-public/plugins/nexus-repository-maven at main · sonatype/nexus-public · GitHub, GitHub - sonatype-nexus-community/nexus-repository-composer: Composer support for the Nexus Repository Manager (work in progress!)). I understand that we need to implement Recipe classes for each type (hosted, proxy, group). In each of the Recipes, we need to attach a set of facets and a set of handlers through ViewFacet. However, I still couldn’t get the complete picture. I have a set of questions to clarify:
|
I'm trying to implement a similar plugin for the Ballerina language(https://ballerina.io/). So, I built this plugin and deployed it. To study the internal details of the implementation. I want to debug this plugin. Is there any way to debug this plugin?
The text was updated successfully, but these errors were encountered: