jgarciad
jgarciad

Reputation: 335

It's possible to use NuGet in a nexus oss repository?

I know that is possible use NuGet with the Nexus pro. I want to know if it is possible to use it with the oss version.

Upvotes: 0

Views: 511

Answers (2)

Manfred Moser
Manfred Moser

Reputation: 29912

NuGet support is part of the Nexus Professional features. The only way to use it with Nexus Open Source is if you write your own Nexus plugins that implement NuGet support anew. Although that seems like a waste of time and a very expensive exercise compared to getting a Nexus Professional license including support.

Update December 2014: As of September 2014 and the release of Nexus 2.9 the full NuGet support is also part of Nexus OSS. With the following releases of 2.10 and 2.11 we also added support for NPM and RubyGems.

Upvotes: 2

Jindřich Pilmann
Jindřich Pilmann

Reputation: 21

I think now (from version 2.9) you can use NuGet also on oss version. This comparison says the same.

Upvotes: 2

Related Questions