Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Maven - Include dependent libs in jar without unpacking dependencies?

We're trying to build a client jar that includes unpacked dependent jar's. And the manifest should have class-path entries to …

maven-2 maven-assembly-plugin client-library
Ejb3 dependency in Maven

I saw recently that Sun/a third party had released a maven dependency containing only the interfaces for e.g. …

java maven-2 ejb-3.0
Downloading complete maven remote repository to Local repository?

Is there any to get the entire remote repository, say from http://repo1.maven.org/maven2/ , to my local repository (…

java maven-2 maven maven-plugin
src/main/webapp directory not recognized by Eclipse

I use m2eclipse to import Maven Java projects in Eclipse. It fails to recognize src/main/webapp as a …

java maven-2 directory-structure m2eclipse
How to declare a before and after execution of a maven plugin around another plugin execution?

I would like to create an execution order in my plugin which surrounds a maven plugin with a before and …

maven-2 maven-plugin
Can I set the project version with a buildnumber-maven-plugin?

I'm trying to add the svn.revision to project version as a build number and can't seem to do so. …

maven-2 maven-plugin buildnumber-maven-plugin
Trouble getting Hibernate Core and Hibernate Annotations using Apache Ivy (but it's also Maven2 related.)

It's a long one! ;-) There are a lot of copy pasted text in this question which makes it look …

java hibernate maven-2 annotations ivy
Change maven dependency for artifact using classifier

With the maven jar plugin I build two jar: bar-1.0.0.jar and bar-1.0.0-client.jar. Actually in my POM I …

maven-2 maven-plugin dependency-management classification maven-jar-plugin
how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3…

maven-2 versioning release snapshot maven-release-plugin
Getting rid of derby.log

I'm using the Apache Derby embedded database for unit testing in a Maven project. Unfortunately whenever I run the test …

java maven-2 derby