Questions tagged [mvn-repo]

This tag is to describe questions related to Maven Repositories, be it local or on the server.

99 questions
0
votes
1 answer

How does MVNRepository know that a jar is an OSGI bundle or not?

How does MVNRepository show that a particular JAR file is a bundle or not? For example https://mvnrepository.com/artifact/commons-io/commons-io/2.6 shows the download links as jar while if a jar is built as a bundle it shows the display as bundle…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
0 answers

Could not resolve dependencies for project spmf ca.pfv pom.xml

I am working on open source maven project that use several mining dependencies. after write this command into component mvn clean install I got ERROR in pom.xml file,enter code here that version of spmf is…
Farbod Aprin
  • 990
  • 1
  • 10
  • 20
0
votes
1 answer

How can I setup multiple repositories for mvn builds?

I want to download 'standard' jars like Spring framework from central maven repository, but proprietary license jars from our custom maven repository (Artifactory) repo. I've setup the pom.xml file this way:
JamesD
  • 679
  • 10
  • 36
0
votes
2 answers

Is it possible to upload artifacts to maven-central repository in Nexus?

I am trying to upload artifacts to my "maven-central" repository in Nexus. I am using the command: curl -v --user admin:admin123 --upload-file /path/myjar.jar …
redhatter
  • 63
  • 2
  • 4
0
votes
1 answer

AWS CodeBuild can't access Maven repository on GitHub

I'm having a little trouble with AWS CodeBuild.. We are hosting the ibis adapter framework on Github (https://github.com/ibissource/mvn-repo) as a Maven repository. I'm using the framework as a dependency for the project I'm working on. In my…
Laurens Mäkel
  • 815
  • 2
  • 12
  • 29
0
votes
2 answers

Local non maven jar is searching on maven server. Why?

[ERROR] Failed to execute goal on project portal: Could not resolve dependencies for project com.learning:portal:war:1.0.0-SNAPSHOT: Could not find artifact com.myapp.Local-2017:jar:1.0 in central (https://repo.maven.apache.org/maven2) In…
-1
votes
0 answers

mvn install fails to open a jar file

Failed to execute goal org.opendaylight.odlparent:karaf-plugin:8.1.9:populate-local-repo (populate-local-repo) on project verizon-bnc-notifications: Execution populate-local-repo of goal…
spoure
  • 1
-1
votes
1 answer

why mvn doesn't generate fat jar

The following is my pom.xml, I want to build a fat Jar with command "mvn clean pacckage", so I have added a plugin, but unfortunatedly it doesn't generate a far jar, I only see a management-service-1.0-SNAPSHOT.jar, it doesn't contains any…
Joe
  • 623
  • 7
  • 16
-3
votes
2 answers

How to get huge collection of different jar files?

for an experiment I'd need a lot of .jar files (about 4000 would be good). I don't really care what kind of .jar files as long as as they are somehow heterogeneous (some small jars, some big ones, ...). Currently I'm clicking myself through…
pinas
  • 2,708
  • 4
  • 21
  • 33
1 2 3 4 5 6
7