nexus-rundeck-plugin icon indicating copy to clipboard operation
nexus-rundeck-plugin copied to clipboard

can you support nexus 3.4?

Open chenlingmin opened this issue 7 years ago • 8 comments

chenlingmin avatar Jul 10 '17 08:07 chenlingmin

It seems support for nexus 3.4 is missing. I would really appreciate if you could give some pointers on how to fix it.

I believe the reason is related to how URL's are built. /content/ does not seem to be available. It seems they are using different urls (for publishing artifacts):

nexus 2 style: REPO/content/repositories/my-releases
nexus 3 style: REPO/repository/my-releases

ieugen avatar Aug 01 '17 16:08 ieugen

I'll see if I can take a stab at this, another person in the community is interested in building it too.

DarthHater avatar Aug 09 '17 05:08 DarthHater

Coincidentally, I'm trying

chenlingmin avatar Aug 09 '17 05:08 chenlingmin

@DarthHater image

chenlingmin avatar Aug 09 '17 05:08 chenlingmin

Oh, rad! If you want to double up @chenlingmin , let me know. I work for @sonatype and love helping people out with these types of things.

You can get some advice in quicker time from us by popping in to: https://gitter.im/sonatype/nexus-developers

If your code is publicly available let me know, I'll see if I can give you a hand in the near future.

DarthHater avatar Aug 09 '17 05:08 DarthHater

I found two extension points;

  • use Servlet
  • use JAX-RS

I have tried the Servlet, which is ok, and I want to like org.sonatype.nexus.repository.browse.internal.resources.SearchResource, I don't know the result yet.

image

image

chenlingmin avatar Aug 09 '17 05:08 chenlingmin

https://github.com/nongfenqi/nexus3-rundeck-plugin

If you have time, you can do it together

chenlingmin avatar Aug 09 '17 13:08 chenlingmin

@DarthHater Can you help me maintain and promote it? https://github.com/nongfenqi/nexus3-rundeck-plugin

chenlingmin avatar Aug 11 '17 06:08 chenlingmin