What is the difference between the maven scope compile and provided when artifact is built as a JAR? If it was WAR, I’d understand – the artifact would be...
So my problem is how to add multiple maven repositories to one gradle file. This DOESN’T work: repositories { mavenCentral() maven { url "http://maven.springframework.org/release" url "http://maven.restlet.org" } } 2...
I have a large Maven project with many modules and many pom.xml files. The project has changed and I suspect the pom’s contain some unnecessary dependencies. Is there is...
I have a fork of a small open sourced library that I’m working on github. I’d like to make it available to other developers via maven, but I don’t...
I am using Maven 2.2.1 and to build my project I used this command mvn clean install -Dmaven.test.skip=true However, the build failed saying it couldn’t find one of the...
How do I use maven command line to determine which settings.xml file Maven is picking up? 8 Answers 8
I am getting the following error: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) I have got web.xml in right place which...
Since I updated to Maven 3 I get the following warning messages at each build : How can I get rid of these warnings? [INFO] Scanning for projects... [WARNING]...
How to force intellij idea to reread/update all dependencies specified in the pom file ? 14 Answers 14
What is the difference/relation between Maven goals and phases? How they are related to each other? 8 Answers 8