Questions tagged [nexus]

Sonatype Nexus is one of the world’s most widely used repository managers and it sets the standard for repository management providing development teams with the ability to proxy remote repositories and share software artifacts.

38 questions
1
vote
1 answer

Nexus Repository OSS reverse proxy

I have a Windows Server 2012-R2 Server running Nexus Repository OSS on localhost:8081. I configured a Reverse Proxy in IIS with the following rule:
blur0224
  • 128
  • 1
  • 10
1
vote
1 answer

Mapping between RPM file names and metadata names generated by maven

We have a Sonatype Nexus repo, where we publish RPMs with the Maven RPM plugin. Snapshots and release versions are available. The issue here is around the mapping between versions. First, I obtain a list of snapshots in Nexus: yum --showduplicates…
Jepper
  • 356
  • 1
  • 4
  • 13
1
vote
0 answers

Nexus functionality is limited after installation

I have a CentOS based server with Sonatype Nexus 2.0.4-1 installed. The issue is that there are no standard "Artifact Search", "Advanced Search", "Browse Index", "Refresh Index" Nexus features, as well as Artifact Information tab after selection of…
Dmitriy Sukharev
  • 233
  • 1
  • 4
  • 9
1
vote
1 answer

What outbound ports does Nexus Repository Manager use to download Maven artifacts from other repos?

I'm loading up Nexus on a VM with all outbound ports locked down. I need to know what outbound ports Nexus uses to do whatever it does in all scenarios. Let's assume the repositories it connects to use their corresponding standard ports.
Neil
  • 2,345
  • 8
  • 35
  • 44
1
vote
2 answers

pid directory is deleted

I'm having a service (Sonatype's Nexus) which failed to init since it PID folder (/var/run/nexus) was deleted. Any idea how that folder can be deleted? The nexus service, when gracefully stopped, does not remove the folder but only the pid…
user49204
  • 145
  • 4
1
vote
0 answers

Sonatype Nexus incompletely proxies external repository

I'm currently attempting to set up a proxy repository (as described in the Nexus guide) for the Bukkit repository, in order to build some dependent projects locally. I'm using the URL: http://repo.bukkit.org/content/repositories/bukkit_repos/ It…
Tim
  • 1,148
  • 1
  • 14
  • 23
1
vote
2 answers

Why does Sonatype Nexus seem to be taking up a ton of memory and CPU time?

Running nexus on Amazon Linux on my SC2 instance. Clean install, then I built a small project against it. Not being used by anyone but me. When I first start Nexus, CPU utilization starts out at 97% and memory usage at 20%. After a few minutes,…
sangfroid
  • 193
  • 1
  • 3
  • 10
1
vote
0 answers

Nexus Docker Registry as external Gitlab registry

I'm using Gitlab CE as the all-in-one docker container and Nexus as a artifact store. Because there is already an integrated Docker registry within Nexus, I'd like to use it. Within the CI/CD process this already works with docker-login and scripts…
TRW
  • 438
  • 3
  • 14
1
vote
1 answer

Update PGP key in self hosted apt repository

We are using the Sonatype Nexus Repository Manager to host apt repositories. The GPG key of one of them has expired recently and needed to be updated. What I thought would be sufficient was to generate new key pairs (as described in the official…
Croolman
  • 121
  • 5
1
vote
0 answers

Nexus mirror (with maven) does not work

Im using Nexus as mirror for maven central and want to add other repositories. If I add this like this papermc
Kokos Bot
  • 63
  • 1
  • 6
1
vote
1 answer

Kaniko (GitLab CI, K8s) can not push to Nexus Repository Manager: UNAUTHORIZED: access to the requested resource is not authorized

my GitLab CI job build a example container image with Kaniko with the GitLab runner on K8s. All services are in my LAN behind a static IP. The build process pulls an ArchLinux image from my first Nexus registry service under secure domain A. Then I…
1
vote
0 answers

apt-get from private repository via https with self signed certificate failed by SSL handshake error

I'm not able to use my own apt-source via https. Using web based repo with imported cert and key-file as apt-source. Client: root and intermediate cert in /usr/local/share/ca-certificates/extra/ has been imported via update-ca-certificates --fresh…
Peedy2495
  • 11
  • 1
0
votes
2 answers

Yum repo autorefresh setting

Following Sonatype's documentation for Nexus 2 and Yum repositories for many years, I've faithfully added: autorefresh=1 to my Yum repos. However, looking at the man page for yum.conf on RHEL 7, 6 and 5(!), I don't see any reference to that…
RCross
  • 449
  • 2
  • 6
  • 19
0
votes
1 answer

Does Sonatype Open Source Nexus supports Maven 3?

We are thinking about to build up a Sonatype Nexus OOS server. In all documentation, it is mentioned that it supports maven 2, but its never mentioned if it's support Maven 3. Can somebody give me a hint?
Kaffi
  • 27
  • 1
  • 5
0
votes
3 answers

Nexus: Link to latest release of an artifact

How to create a link to get the latest release of an artifact? E.g. org.foo:bar would have 1.0 and 2.0, and the link would return the 2.0 release; and when 3.0 is released and deployed, the same link would return the 3.0 release, etc.
Ondra Žižka
  • 424
  • 2
  • 5
  • 14