This tag is to describe questions related to Maven Repositories, be it local or on the server.
Questions tagged [mvn-repo]
99 questions
0
votes
1 answer
Project jmeter portable after to have build with maven
I'm building a project jmeter with maven. In general I pass some argument in input.
Typically I build and run with an example command as the following:
mvn clean verify "-DNrOperators=3" -DProject.jmx=Myproject.jmx -Dtarget=Test
It produces some…

Tocotti
- 11
- 3
0
votes
0 answers
Maven deploy into SNAPSHOT repository with a different suffix
I'd like to mvn deploy an artifact with the suffix -DEVELOP into the pre-defined snapshot repo, but maven decides to push it into the release repository. I guess it is due to naming policy, the artifact withouth -SNAPSHOT goes to the release…

Bylaw
- 5
- 6
0
votes
0 answers
Not able to upload jar using mvn:deploy command
I have one jar that I want to upload into mvn artifact using mvn:deploy command.
after executing command, it is creating new jar and bundled the jar which I want to upload in artifact inside it.

swap
- 1
- 2
0
votes
0 answers
Maven settings.xml - upload same build jar files to multiple maven repositories
I'm looking to use mvn deploy to deploy all of the same jar file build artifacts to different maven repositories. Basically, I'm looking to make duplicate copies in multiple places. I'm trying to do this because I'm trying to migrate from one…

Joe J
- 9,985
- 16
- 68
- 100
0
votes
1 answer
How to deal with vanished Maven repository (caching)?
There used to be a repository that supplied us a certain version of a certain package - au.csiro.aehrc.variant-spark:variant-spark_2.12:jar:0.4.0-a0-dev1. Let's pretend the repository was at 12.3.4.567. In my settings.xml, I have an entry for…

kc2001
- 5,008
- 4
- 51
- 92
0
votes
0 answers
How to use the artifact located in local .m2 repository instead of looking in nexus?
I have an artifact in the form of an WAR file which i want to store in my local .m2 repository. This WAR file is NOT yet present elsewhere i.e in any other URL repository like nexus…

Helena
- 444
- 2
- 15
0
votes
1 answer
How from mvnrepository.com can I get the jar and the pom of one library?
How can I retrieve from mvnrepository.com the jar and the pom that correspond to
// https://mvnrepository.com/artifact/com.google.android.exoplayer/exoplayer-ui
implementation 'com.google.android.exoplayer:exoplayer-ui:2.6.1'
Else if not possible…

zeus
- 12,173
- 9
- 63
- 184
0
votes
0 answers
How to add icon to artifact in mvnrepository?
A lot of dependencies on the MvnRepository website https://mvnrepository.com/ display an icon. How can one integrate an icon?
0
votes
0 answers
Why mvn downloads a lot of dependencies, given an artifact, but the mvnrepository.com says there is no dependency?
This artifiact AWS SDK For Java Bundle » 1.11.901 says there is no "Compile Dependencies" (or "Provided Dependencies"/"Runtime Dependencies").
But when executing this command:
./mvn dependency:get…

JoyfulPanda
- 867
- 6
- 14
0
votes
1 answer
java - how to get the jar files of a library or framework
I want to download the .jar file of a java framework.
That .jar should of course contain all the .class files that I need for my project.
I tried downloading from here:
https://mvnrepository.com/artifact/org.apache.camel/camel-core/3.18.2
But the…

theerrormagnet
- 174
- 2
- 15
0
votes
0 answers
How to add/update logo, tags and categories in mvnrepository artifacts
I can see logo(image), tags and categories in mvnrepository.
example: google.guava is having as per
screen-shot
Is there a way to do this in pom.xml? or any help would be appreciated.
Thanks!

Ajaxer Org
- 11
- 1
0
votes
1 answer
Maven dependency - if both direct and transtive depedency of same artifact are present, which will be used
if both direct and transtive depedency of same artifact are present in pom.xml, which will be used
Below is snippet from my pom.xml in the same order-
com.browserstack
…

sumit
- 91
- 1
- 1
- 5
0
votes
0 answers
webapp is not generated with maven application jar file
I am stuck in the middle of 1 issue. I have a maven project the structure looks something like this below.
- DockerFile
- pom.xml
- src/main/java
- src/main/resources
- src/main/webapp
Whenever I try to build my docker image locally with the script…

user3071935
- 11
- 4
0
votes
0 answers
Maven cli command to search packages
Is there a command line command in Maven to search / find packages? Something similar to npm search:
# npm search indexeddb
NAME | DESCRIPTION | AUTHOR | DATE | VERSION | KEYWORDS …

BuZZ-dEE
- 6,075
- 12
- 66
- 96
0
votes
0 answers
Maven dependency error in bonigarcia and redis.clients
In my pom.xml file out of all dependencies these 2 dependencies are giving error
redis.clients
jedis
3.8.0
…

Aravind M.
- 1
- 1