Questions tagged [maven]

Apache Maven is a software project management and comprehension tool.

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

More information

Free Maven Books

73 questions
11
votes
1 answer

How to do Maven install or deploy only, without re-package/re-test?

Sometimes I wanted to deploy, but I typed mvn package. Sometimes I want to deploy to another alternative repository (using mvn deploy -DaltDeploymentRepository=...), immediately after the default deploy. So I really don't want to package and test…
Lenik
  • 18,302
2
votes
2 answers

How to resume maven downloads

I have a very slow connection, I would like to resume the downloads. Till now I don't have any idea how to do it in the settings, I've searched on oogle for a while and nothing. Just found another similar question in:…
abcd
  • 21
2
votes
1 answer

How much diskspace will a complete download of Maven Central Repository consume?

This is good info: https://search.maven.org/stats but not enough. Assume I download the complete Maven Central Repository, how much diskspace will it consume ?
user19496
  • 1,490
2
votes
0 answers

maven doesn't find existing snapshot artifact on Nexus

Unfortunately I can't identify what caused this, but after updating my projects, one of the dependencies is not found anymore in the main project. I have no idea why only this causes trouble and none of the others. mvn -U clean package output goes…
2
votes
1 answer

Does Nexus Repository OSS 3.x has site repository?

I just compared two OSS versions(2.x, 3.x) of Nexus Repository. I found 2.x has site repository. Does 3.x also has repository for Maven site?
Jin Kwon
  • 336
1
vote
1 answer

Clean up Android Studio's maven

My C:\Users\me\.AndroidStudioBeta\system\Maven folder is almost 5 gigabytes I cannot afford. Is there any safe way of cleaning this folder?
1
vote
2 answers

How can install maven2 and maven3 and have them coexist on the same ubuntu host

I found that maven2 install is via apt-get and maven3 is manual, but i could not find any information on how i an install maven3 without uninstalling maven2
kamal
  • 151
1
vote
0 answers

Why mvn effective pom contains dependencies that are not in mvn dependency tree

In a maven project, in order to locate where a maven dependency is imported, I used mvn dependency tree, however, I cannot find this jar in its output. From mvn effective-pom output, I can see this jar. What is the difference between mvn dependency…
Tiina
  • 3,177
1
vote
0 answers

mvn unsupported packaging type: pom

A college of me had several times the following problem with maven: mvn unsupported packaging type: pom Pom's are the base for maven, so I find this very strange. It can be solved by removing downloaded repositories, just to get back again. For…
Cecil
  • 11
0
votes
1 answer

Errors while installing jars to maven in windows 10 command prompt

Command prompt: Errors in cmd I'm not able to install ojdbc6.jar, aqapi.jar, jmscommon.jar, xdb.jar for maven using command prompt with commands like mvn install:install-file -Dfile=D://software//mjars//ojdbc6.jar -DgroupId=com.oracle…
0
votes
1 answer

Nexus3 snapshots repository does not allow uploads?

I have installed and configured Nexus3 Repository Manager OSS for my work. I have created two repositories one for snapshots and one for releases. When I click on the upload button on the web UI only the releases repository shows up. I have double…