Downloads:
36,464
Downloads of v 3.9.0.20180301:
425
Last Update:
23 Mar 2018
Package Maintainer(s):
Software Author(s):
- Sonatype
Tags:
nexus-repository maven nuget npm java rubygems docker eclipse p2 osgi obr apt yum rpm artifact bower ssl respository sonatype nexus admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Nexus Repository OSS
This is not the latest version of Nexus Repository OSS available.
- 1
- 2
- 3
3.9.0.20180301 | Updated: 23 Mar 2018
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
36,464
Downloads of v 3.9.0.20180301:
425
Maintainer(s):
Software Author(s):
- Sonatype
Nexus Repository OSS 3.9.0.20180301
This is not the latest version of Nexus Repository OSS available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Sonatype. The inclusion of Sonatype trademark(s), if any, upon this webpage is solely to identify Sonatype goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Nexus Repository OSS, run the following command from the command line or from PowerShell:
To upgrade Nexus Repository OSS, run the following command from the command line or from PowerShell:
To uninstall Nexus Repository OSS, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download nexus-repository --internalize --version=3.9.0.20180301 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade nexus-repository -y --source="'INTERNAL REPO URL'" --version="'3.9.0.20180301'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade nexus-repository -y --source="'INTERNAL REPO URL'" --version="'3.9.0.20180301'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install nexus-repository
win_chocolatey:
name: nexus-repository
version: '3.9.0.20180301'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nexus-repository' do
action :install
source 'INTERNAL REPO URL'
version '3.9.0.20180301'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nexus-repository
{
Name = "nexus-repository"
Version = "3.9.0.20180301"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nexus-repository':
ensure => '3.9.0.20180301',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 23 Mar 2018.
Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.
Free OSS version supports advanced access control (groups, roles), LDAP and per-user api keys.
Nexus product does not have a built-in web gallery for components.
$validExitCodes = @(0)
$packageName= 'nexus-repository'
$servicename = 'nexus'
$installfolder = "$env:programdata\Nexus"
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$validExitCodes = @(0)
If (Test-Path "$installfolder\bin\nexus.exe")
{
Stop-Service nexus -force
Start-ChocolateyProcessAsAdmin -ExeToRun "$installfolder\bin\nexus.exe" -Statements "/uninstall $servicename" -validExitCodes $validExitCodes
Remove-item "$installfolder" -recurse -force
}
Else
{
Write-warning "It appears that the uninstall may have been run outside of chocolatey, skipping..."
}
Log in or click on link to see number of positives.
- nexus-3.9.0-01-win64.zip (276bdf798faa) - ## / 57
- nexus-repository.3.9.0.20180301.nupkg (84fdb289a12c) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Nexus Repository OSS 3.71.0.6 | 1584 | Saturday, August 10, 2024 | Approved | |
Nexus Repository OSS 3.70.1.2 | 616 | Thursday, July 11, 2024 | Approved | |
Nexus Repository OSS 3.70.0.3 | 104 | Wednesday, July 10, 2024 | Approved | |
Nexus Repository OSS 3.69.0.2 | 522 | Wednesday, June 5, 2024 | Approved | |
Nexus Repository OSS 3.68.1.2 | 308 | Saturday, May 25, 2024 | Approved | |
Nexus Repository OSS 3.68.0.4 | 329 | Wednesday, May 8, 2024 | Approved | |
Nexus Repository OSS 3.67.1.1 | 436 | Thursday, April 11, 2024 | Approved | |
Nexus Repository OSS 3.67.0.3 | 225 | Wednesday, April 3, 2024 | Approved | |
Nexus Repository OSS 3.66.0.2 | 769 | Thursday, March 7, 2024 | Approved | |
Nexus Repository OSS 3.65.0.2 | 476 | Wednesday, February 7, 2024 | Approved | |
Nexus Repository OSS 3.64.0.4 | 439 | Monday, January 15, 2024 | Approved | |
Nexus Repository OSS 3.64.0.3 | 165 | Wednesday, January 10, 2024 | Approved | |
Nexus Repository OSS 3.63.0.1 | 407 | Tuesday, December 5, 2023 | Approved | |
Nexus Repository OSS 3.62.0.1 | 412 | Wednesday, November 8, 2023 | Approved | |
Nexus Repository OSS 3.60.0.2 | 686 | Friday, September 8, 2023 | Approved | |
Nexus Repository OSS 3.59.0.1 | 361 | Wednesday, August 16, 2023 | Approved | |
Nexus Repository OSS 3.58.1.2 | 357 | Thursday, July 27, 2023 | Approved | |
Nexus Repository OSS 3.58.1.1 | 232 | Saturday, July 22, 2023 | Approved | |
Nexus Repository OSS 3.58.0.1 | 181 | Monday, July 17, 2023 | Approved | |
Nexus Repository OSS 3.57.0.1 | 213 | Thursday, July 6, 2023 | Approved | |
Nexus Repository OSS 3.56.0.1 | 311 | Monday, June 19, 2023 | Approved | |
Nexus Repository OSS 3.55.0.01 | 245 | Tuesday, June 6, 2023 | Approved | |
Nexus Repository OSS 3.54.1.01 | 281 | Tuesday, May 23, 2023 | Approved | |
Nexus Repository OSS 3.53.1.02 | 208 | Saturday, May 13, 2023 | Approved | |
Nexus Repository OSS 3.53.0.01 | 243 | Wednesday, May 3, 2023 | Approved | |
Nexus Repository OSS 3.52.0.01 | 253 | Wednesday, April 19, 2023 | Approved | |
Nexus Repository OSS 3.51.0.01 | 285 | Wednesday, April 5, 2023 | Approved | |
Nexus Repository OSS 3.50.0.01 | 245 | Monday, March 27, 2023 | Approved | |
Nexus Repository OSS 3.49.0.02 | 361 | Tuesday, March 7, 2023 | Approved | |
Nexus Repository OSS 3.48.0.01 | 257 | Monday, February 27, 2023 | Approved | |
Nexus Repository OSS 3.47.1.01 | 46 | Tuesday, February 14, 2023 | Approved | |
Nexus Repository OSS 3.47.0.01 | 45 | Thursday, February 9, 2023 | Approved | |
Nexus Repository OSS 3.46.0.01 | 66 | Tuesday, January 31, 2023 | Approved | |
Nexus Repository OSS 3.45.0.01 | 73 | Wednesday, December 28, 2022 | Approved | |
Nexus Repository OSS 3.43.0.01 | 1297 | Wednesday, November 9, 2022 | Approved | |
Nexus Repository OSS 3.41.1.01 | 1022 | Saturday, August 20, 2022 | Exempted | |
Nexus Repository OSS 3.41.0.01 | 437 | Thursday, July 28, 2022 | Approved | |
Nexus Repository OSS 3.40.1.01 | 605 | Monday, June 27, 2022 | Exempted | |
Nexus Repository OSS 3.40.0.03 | 149 | Thursday, June 23, 2022 | Exempted | |
Nexus Repository OSS 3.39.0.01 | 517 | Monday, May 23, 2022 | Approved | |
Nexus Repository OSS 3.38.1.01 | 973 | Wednesday, March 30, 2022 | Exempted | |
Nexus Repository OSS 3.38.0.01 | 228 | Friday, March 4, 2022 | Exempted | |
Nexus Repository OSS 3.37.3.02 | 1226 | Thursday, December 30, 2021 | Exempted | |
Nexus Repository OSS 3.37.1.01 | 260 | Tuesday, December 21, 2021 | Exempted | |
Nexus Repository OSS 3.37.0.01 | 390 | Monday, November 29, 2021 | Exempted | |
Nexus Repository OSS 3.36.0.01 | 331 | Thursday, November 18, 2021 | Approved | |
Nexus Repository OSS 3.34.1.01 | 645 | Friday, September 24, 2021 | Exempted | |
Nexus Repository OSS 3.31.1.01 | 942 | Wednesday, July 7, 2021 | Approved | |
Nexus Repository OSS 3.31.0.01 | 271 | Tuesday, June 22, 2021 | Approved | |
Nexus Repository OSS 3.30.0.01 | 685 | Thursday, April 29, 2021 | Approved | |
Nexus Repository OSS 3.29.2.02 | 773 | Wednesday, February 10, 2021 | Approved | |
Nexus Repository OSS 3.29.1.01 | 387 | Wednesday, January 6, 2021 | Approved | |
Nexus Repository OSS 3.27.0.03 | 693 | Friday, September 11, 2020 | Approved | |
Nexus Repository OSS 3.25.1.02 | 411 | Thursday, July 30, 2020 | Approved | |
Nexus Repository OSS 3.22.1.02 | 676 | Monday, April 20, 2020 | Approved | |
Nexus Repository OSS 3.22.0.02 | 252 | Saturday, April 11, 2020 | Approved | |
Nexus Repository OSS 3.21.2.03 | 300 | Friday, March 27, 2020 | Approved | |
Nexus Repository OSS 3.21.1.01 | 394 | Saturday, March 14, 2020 | Approved | |
Nexus Repository OSS 3.19.1.20191118 | 709 | Tuesday, November 19, 2019 | Approved | |
Nexus Repository OSS 3.19.1.01 | 366 | Sunday, October 13, 2019 | Approved | |
Nexus Repository OSS 3.18.1.01 | 387 | Saturday, August 24, 2019 | Approved | |
Nexus Repository OSS 3.15.2.01 | 750 | Thursday, March 14, 2019 | Approved | |
Nexus Repository OSS 3.14.0.4 | 484 | Thursday, January 10, 2019 | Approved | |
Nexus Repository OSS 3.12.1.1 | 779 | Thursday, July 19, 2018 | Approved | |
Nexus Repository OSS 3.11.0.1 | 481 | Wednesday, May 9, 2018 | Approved | |
Nexus Repository OSS 3.9.0.20180301 | 425 | Friday, March 23, 2018 | Approved | |
Nexus Repository OSS 3.9.0.01 | 406 | Saturday, March 10, 2018 | Approved | |
Nexus Repository OSS 3.8.0.02 | 419 | Thursday, February 22, 2018 | Approved | |
Nexus Repository OSS 3.7.1.02 | 498 | Friday, December 29, 2017 | Approved | |
Nexus Repository OSS 3.6.0.02 | 485 | Thursday, November 2, 2017 | Approved | |
Nexus Repository OSS 3.5.2.01 | 518 | Saturday, September 23, 2017 | Approved | |
Nexus Repository OSS 3.3.2.02 | 675 | Tuesday, June 27, 2017 | Approved | |
Nexus Repository OSS 3.0.2.02 | 916 | Saturday, September 24, 2016 | Approved | |
Nexus Repository OSS 3.0.1.01 | 538 | Saturday, July 30, 2016 | Approved | |
Nexus Repository OSS 3.0.0.03 | 500 | Friday, April 8, 2016 | Approved | |
Nexus Repository OSS 3.0.0-m7-1 | 487 | Friday, February 26, 2016 | Exempted | |
Nexus Repository OSS 3.0.0-m7 | 486 | Friday, February 26, 2016 | Exempted | |
Nexus Repository OSS 2.12.0.01 | 490 | Friday, February 26, 2016 | Approved |
Sonatype
https://help.sonatype.com/display/NXRM3/2018+Release+Notes
Packaging
3.9.0.20180301
- Supports "Port" parameter for changing nexus repository listening port
3.6.0.02
- improved service startup checking
- cleaner uninstall
ATTENTION BRAKING CHANGE FOR UPGRADES FROM VERSIONS BEFORE 3.3.2.02
Nexus no longer provided a setup.exe for installing Nexus Repository 3.x on Windows.
If you previously installed with a package that used the setup.exe, you must manually uninstall it first. (you can use chocolatey uninstall if installed by chocolatey)
Once you are on 3.3.2.02 or later, upgrades will work smoothly.
Ground Rules:
- This discussion is only about Nexus Repository OSS and the Nexus Repository OSS package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Nexus Repository OSS, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.