Difference between maven scope compile and provided for JAR packaging
What is the difference between the maven scope compile and provided when artifact is built as a JAR? If it was WAR, I’d … Read more
What is the difference between the maven scope compile and provided when artifact is built as a JAR? If it was WAR, I’d … Read more
So my problem is how to add multiple maven repositories to one gradle file. This DOESN’T work: repositories { mavenCentral() maven { url … Read more
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 … Read more
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 … Read more
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 … Read more
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 … Read more
Since I updated to Maven 3 I get the following warning messages at each build : How can I get rid of these … Read more
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