Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Load properties file in JAR?

I'm having trouble when one of the jars that my web app depends on tries to load a properties file …

java maven-2 resources properties classloader
Where is Maven' settings.xml located on mac os?

Where is Maven' settings.xml located on mac os?

maven-2
How to specify maven's distributionManagement organisation wide?

I'm trying to figure out how to organize many (around 50+) maven2 projects, so that they can deploy into a central …

java maven deployment maven-2 nexus
List all of the possible goals in Maven 2?

I'm new to Maven, coming from the Ant world. Is it possible to list all of the possible goals (including, …

java maven-2
How can I tell jaxb / Maven to generate multiple schema packages?

Example: </plugin> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>…

maven-2 jaxb schema xsd java
Unable to use Intellij with a generated sources folder

Related question How to configure IntelliJ IDEA and/or Maven to automatically add directories with Java source code generated using …

java maven-2 intellij-idea
What causes imported Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?

I imported a Maven project and it used Java 1.5 even though I have 1.6 configured as my Eclipse default Preferences->…

java eclipse maven-2 m2eclipse build-error
Maven Error: Could not find or load main class

I'm using a Java Maven program and I don't know what to enter as the <mainClass>. I've tried …

java jar maven-2 manifest main
m2eclipse not finding maven dependencies, artifacts not found

I'm using m2eclipse as my maven 2 plugin for eclipse. I'm brand new to maven, so my mistake might be …

eclipse maven-2 eclipse-plugin m2eclipse
What is the difference between "mvn deploy" to a local repo and "mvn install"?

My team uses an internal team maven repo that is shared from a development server using Apache. We also run …

maven-2