Top "Maven-3" questions

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

Release a snapshot to nexus using maven 3.0.5

I am unable to release a snapshot version of an artifact which I build using maven to nexus. The version …

maven maven-3 nexus
Send Maven output to console and log file using pom

Question: When running Maven in Eclipse, how do I send the console output to file? I would like to achieve …

eclipse maven maven-3 pom.xml eclipse-luna
maven can't find archetype in my repository

I'm trying to create my own maven archetype. For now, I'm going through this tutorial [here][1] without success. I'm able …

maven maven-3 maven-plugin maven-archetype
Maven could not resolve dependencies for project

From this page https://github.com/serenity-bdd/serenity-demos i downloaded the file which I imported to eclipse. I tried to …

maven maven-3 serenity-bdd
Can I configure multiple plugin executions in pluginManagement, and choose from them in my child POM?

I have 2 common plugin-driven tasks that I want to execute in my projects. Because they're common, I want to move …

maven maven-3
Is Maven ready for JDK9?

Today I tried the latest jdk9 Build 113 and tried to compile my project with the latest Maven 3.3.9 These are the …

maven maven-3 java-9
Add classpath to manifest with a custom assembly descriptor

I have the following custom assembly: <assembly> <id>full</id> <formats> <…

maven classpath maven-3 maven-assembly-plugin
H2 and Oracle Compatiability issues

I am having an issue executing the following script using Flyway and H2 database. I assume its a Oracle compatibility …

oracle maven-3 h2 flyway
cobertura-maven-plugin excludes configuration

I have a Maven project with a test case DefaultViewTypeToFragmentMapperTest.java in the directory /src/test/java/test/com/mycompany/…

java maven maven-3 cobertura
How to make mvn deploy prompt for password?

I'm currently storing my maven credentials in ~/.m2/settings.xml: <server> <id>my_server_id</…

maven maven-3 nexus