Top "Maven-3" questions

Apache Maven is a tool for project management and build automation.

How to access maven.build.timestamp for resource filtering

I am using maven 3.0.4 and would like to make the build timestamp accessible to my application. For this, I'm putting …

maven timestamp maven-3
How do I prevent Maven from downloading artifacts every time?

I’m using Maven 3.1.1. In one of my projects, I reference another one of my projects … <dependencies> <…

maven dependencies maven-3 dependency-management
What are all of the Maven Command Line Options?

I'm looking for the list of options for Maven 2.2 but cannot find it. If someone knows the location please post …

java maven maven-2 maven-3
Jar file failed to load in tomcat webapps

This is what the error i got when i try to deploy maven project to tomcat mvn tomcat7:deploy Error : …

java jar tomcat7 maven-3
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test

I am trying to install stanbol and getting the following error Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:…

java maven maven-3 apache-stanbol
maven dependency without version

Recently I've been working on some improvements in a project developed some time ago, and here's what I found. A …

java maven-3 spring-io
Maven spring boot run debug with arguments

Usually I'm running my Spring Boot application with command: mvn spring-boot:run -Drun.arguments=--server.port=9090 \ -Dpath.to.config.dir=/…

java spring maven spring-boot maven-3
How to execute mvn command using IntelliJ IDEA?

I am trying to add Oracle JDBC driver in my local Maven repo. I have found this link to do …

java maven intellij-idea maven-2 maven-3
How do you deal with maven-3 timestamped snapshots efficiently?

Now that maven-3 did drop support for the <uniqueVersion>false</uniqueVersion> for snapshot artefacts it seems …

java maven-3
Unable to import maven project in IntelliJ14

I'm trying to import the Maven projects from IntelliJ button (the one with the arrows in circle), but I get …

maven-3 intellij-14