Missing Nuget repository format on NXRM 3.17

Hi!

I just installed Nexus Repository Manager 3.17 on a Linux server. I got a few different repository recipes, but Nuget is not among them. I’ve taken a look at the bundle list and nothing references nuget. Do I need to install something else to create Nuget repos?

Thanks,
D

That’s very strange. Nuget is included out-of-the-box so you should not need to do anything else to enable it. Did you get any exceptions when NXRM started up?

When you go to create a new repository, is Nuget (hosted, proxy or group) not available?

Exactly, that’s what’s happening.

I just restarted it and saw no exceptions.

Alright, looks like I found the issue. As I intended to run the the OSS version of NXRM for the moment, I modified nexus.properties accordingly:

nexus-edition=nexus-oss-edition
nexus-features=\
 nexus-core-feature

I changed it to the following, and now I can have nuget repos:

nexus-edition=nexus-oss-edition
nexus-features=\
 nexus-pro-feature

But I wonder if this configuration is valid, as I’m mixing the oss edition with pro features.

If you want to force OSS mode, you should use:

nexus-edition=nexus-oss-edition
nexus-features=\
 nexus-oss-feature

Regards,

Rich

That makes sense. Thank you!

Obtener Outlook para Android