Top "Maven" questions

Apache Maven is a build automation and project management tool used primarily for Java projects.

Find Oracle JDBC driver in Maven repository

I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site …

java maven jdbc maven-2 mvn-repo
org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

I am trying run a spring-boot application which uses hibernate via spring-jpa, but i am getting this error: Caused by: …

java hibernate maven jpa spring-boot
Maven 3 warnings about build.plugins.plugin.version

Since I updated to Maven 3 I get the following warning messages at each build : How can I get rid of …

maven maven-plugin maven-3
Why use Gradle instead of Ant or Maven?

What does another build tool targeted at Java really get me? If you use Gradle over another tool, why?

java maven ant build-process gradle
What exactly is a Maven Snapshot and why do we need it?

I am a bit confused about the meaning of a Maven Snapshot and why we build one?

java maven dependency-management
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize

When building a Java 8 project with Maven: mvn clean package I get this message: Java HotSpot(TM) 64-Bit Server VM …

java maven
How do you clear Apache Maven's cache?

Recently, Apache Maven seems to be having caching issues. Performing clean installs on our projects using Windows Vista or Windows 7 …

maven caching
Run a single test method with maven

I know you can run all the tests in a certain class using: mvn test -Dtest=classname But I want …

java maven unit-testing maven-2 maven-3
java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

i am using spring 3.1.0.RELEASE, and my servlet container is tomcat 7 and my IDE is eclipse indigo and the jar …

spring maven spring-mvc maven-2
Maven command to determine which settings.xml file Maven is using

How do I use maven command line to determine which settings.xml file Maven is picking up?

maven command-line maven-2 settings