Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

A simple command line to download a remote maven2 artifact to the local repository?

I have a library that I distribute using maven 2. The typical user of this library doesn't use maven to build …

maven-2
Get Maven artifact version at runtime

I have noticed that in a Maven artifact's JAR, the project.version attribute is included in two files: META-INF/maven/${…

java maven-2
mvn clean install vs. deploy vs. release

I am just learning maven, and we have recently needed to go more and more. I would like to know …

maven-2 continuous-integration
How to change maven logging level to display only warning and errors?

I want to prevent maven from displaying INFO messages, I want to see only WARNINGS and ERRORS (if any). How …

maven-2 logging maven
Maven:Non-resolvable parent POM and 'parent.relativePath' points at wrong local POM

I am using maven 3 to run the application but I am getting the following error: [ERROR] The build could not …

maven build maven-2 pom.xml parent-pom
How to get Maven project version to the bash command line

Previous I issued a question on how to change Maven project vesion from command line which lead me to a …

bash command-line maven-2
The following artifacts could not be resolved: javax.jms:jms:jar:1.1

I am trying to compile a maven project, but I systematically get the following error message: [ERROR]Failed to execute …

maven-2 jar sun
Buiding Hadoop with Eclipse / Maven - Missing artifact jdk.tools:jdk.tools:jar:1.6

I am trying to import cloudera's org.apache.hadoop:hadoop-client:2.0.0-cdh4.0.0 from cdh4 maven repo in a maven project in …

java maven maven-2 hadoop cloudera
Where is my m2 folder on Mac OS X Mavericks

I cant seem to find the local .m2 folder on Mac OS X mavericks. Ideally it should be at {user.…

maven-2 osx-mavericks
How can I get Maven to stop attempting to check for updates for artifacts from a certain group from maven-central-repo?

I'm working on a fairly big Maven project. We have probably around 70 or so individual artifacts, which are roughly split …

java maven-2 repository