Top "Maven-3" questions

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

'cmd' is not recognized as an internal or external command, operable program or batch file

When I build my project in netbeans me it shows: 'cmd' is not recognized as an internal or external command, …

java batch-file maven-3 netbeans-8
Run a single Maven plugin execution?

I thought I was an experienced Maven user, but I am having a mental block on how to do this! …

database maven testing maven-3 maven-plugin
IncompatibleClassChangeError: class ClassMetadataReadingVisitor has interface ClassVisitor as super class

I have built a web application using spring-mvc and mongodb as database. I used maven3 to build the application. Project …

java spring-mvc maven-3
Maven Compilation Error: (use -source 7 or higher to enable diamond operator)

I'm using maven in IntelliJ, JDK1.8, maven 3.2.5. Got compilation error: use -source 7 or higher to enable diamond opera. details are …

java maven intellij-idea maven-3
Send maven output to file

On Windows 7, I am trying to send the output of a maven-3 command to a text file. I call the …

maven windows-7 dependencies maven-plugin maven-3
how to deploy my artifact on to my nexus?

I am using nexus open source as my repository manager for Maven 3.0.3 Maven is able to create artifact *.jar. Now, …

maven maven-2 maven-3 nexus
Why are Maven generated-sources not getting compiled?

I have a plugin which generates sources under the target/generated-sources/wrappers directory. It's wired into the generate-sources phase like …

java maven maven-3
Is there an issue with the oracle dependency?

When I try to use the oracle dependency - <dependency> <groupId>com.oracle</groupId> &…

maven maven-3
Maven Settings for multiple repositories

I have the following in settings.xml <mirrors> <mirror> <id>paid-jars</id> &…

java build repository maven-3 nexus
Installing maven on windows 7 64bit

I want to create a Tapestry Skeletion Project. I follow to these guide: http://maven.apache.org/download.html#Installation, …

java maven-3 tapestry