Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 views

Custom library repository artifacts not imported

Sonatype nexus not importing custom project artifacts upon maven clean install. In Sonatype Nexus, I have created following three repositories: 1. my-proxy-repo(proxy) 2. my-parent-repo(hosted)...
Joe jonas's user avatar
0 votes
0 answers
29 views

Deploy a Java library to Maven Central: Deploy fails because of gpg

7 years ago, I created a Java library ( com.florianingerl.util.regex ) and put it on Maven central. Someone told me a bug and I fixed it, but I can't deploy any more because of the following error: ...
user172501's user avatar
1 vote
1 answer
35 views

Searching an artifact on nexus

I'm using the following code to search an artifact on Nexus. Although the URL returns a result in XML if I open it in a browser, the result as an object is not properly mapped and has empty data. ...
Sybuser's user avatar
  • 1,316
0 votes
0 answers
27 views

While settingup private repo on Nexus getting this error

[ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.genwise.club:genwiseclub-library:0.2.1 (C:\Users\meani\Documents\Java_Repo\genwise-library\pom.xml) has 1 ...
Animesh Singh's user avatar
0 votes
0 answers
60 views

How to setup Android Studio for Nexus proxy

At our company we have Nexus proxy but we can't get it to work. We use Maven and as I look at the documentation in Android Studio we need two repositories for this to work (Maven Central and Google ...
Herman Van Der Blom's user avatar
0 votes
0 answers
252 views

How to transfer every artifact from Nexus to AWS CodeArtifact?

I should migrate every artifact from Nexus to another solution, preferably AWS CodeArtifact because of company regulations. We have hosted, proxy and group type repos as well, mostly maven and nuget. ...
armin_somogyi's user avatar
0 votes
1 answer
51 views

Why does Maven download hundreds of versions of maven-metadata.xml for dependency when I explicitly stated a non-snapshot version in pom.xml?

At my company we're upgrading to a new version of Scala but when I run mvn clean install, near the end of the build, it spends 22 minutes (!) trying to download metadata about these 3rd party ...
christopher oates's user avatar
0 votes
0 answers
61 views

Configuring Multiple Nexus Repositories in a Spring Boot Project

I am currently developing a Spring Boot project, and I have configured two Nexus repositories in the settings.xml file as follows: <repositories> <repository> <id>nexus-...
hanjjm's user avatar
  • 1
0 votes
1 answer
108 views

Can not upload jar file to nexus 3 wheras the pom file is uploaded

I have a simple spring boot application that I deploy to the repository manager nexus via the command mvn clean deploy. The issue is after running the maven command, I can see that the packaged pom ...
Noureddine's user avatar
0 votes
1 answer
101 views

trying to push java repo to maven, it keeps giving me 401-UnAuthorized

I'm extracting all the common models from my project, and trying to move them into a separate repository: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3....
Maifee Ul Asad's user avatar
0 votes
3 answers
96 views

How to prevent Maven to download artifacts from private nexus without touching the settings.xml in m2?

I have a simple Maven project and I like it not to go and try to download from our private company nexus. Also I don't and can't make changes to the local m2 settings.xml file. This is what my pom.xml ...
user63898's user avatar
  • 30.5k
0 votes
0 answers
143 views

Deployment Error with Vaadin Maven Plugin: Webpack Process Exited with Non-Zero Exit Code

I am encountering an error while trying to deploy my project using the Vaadin Maven Plugin. The error message states: "Webpack process exited with non-zero exit code." I tried adding "...
MSH's user avatar
  • 21
1 vote
1 answer
522 views

Maven does't download parent from Google Artifact Registry

I have a project that is moving from the self-hosted Nexus to Google Artifact Registry. Migration was smooth till I've got deal with parent-dependency. Everything is running in GitActions on ubuntu-22....
Alex Shtromberg's user avatar
0 votes
0 answers
113 views

Imported certification from nexus but still getting PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException

I'm trying to deploy my project to the Nexus repository. I used the following command to import the certificate from Nexus using the keytool: keytool -import -alias mycert -keystore "C:\Program ...
MSH's user avatar
  • 21
0 votes
1 answer
113 views

The difference between maven remote repository and nexus

I can use a maven remote repository with this config in maven settings.xml file for organization owned custom repository: <repositories> <repository> <id>org.source.repo<...
Mehdi Rahimi's user avatar
  • 2,134

15 30 50 per page
1
2 3 4 5
95