Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

Managing DLL dependencies with Maven

I have a Java program with Maven managing its dependencies. One of those dependency is a JNI wrapper for another …

java dll maven-2 java-native-interface
Buildr, Gradle or wait for Maven 3?

I am really tired of struggling with Maven 2 all the time. Build tools should not be in the way. Recently …

maven-2 buildr gradle maven-3
Is it possible to create an "uber" jar containing the project classes and the project dependencies as jars with a custom manifest file?

I'm trying to create a executable jar(using maven) that contains the project classes and it's dependencies with a manifest …

java maven-2 build-process maven-plugin uberjar
How do I create a new packaging type for Maven?

I have a requirement to create jar files with Maven, but they need to be installed to the repository with …

java maven-2 maven-plugin
Setting the generated source directory for annotation processors in Maven

I'm trying to move a build which generates sources using an annotation processor to Maven. I've tried configuring the maven-compiler-plugin …

java maven maven-2 annotation-processing
Maven Change a value in a file based on profile

I have a properties file called ApplicationResources.properties in my application with a property that changes depending on the environment. …

maven-2 profiles
How do you build an SWT application with Maven

I trying to learn swt, and I use maven for all my builds and eclipse for my IDE. When getting …

java maven-2 swt
Accessing an Artifactory/Maven Repo that requires basic-auth

I have an Artifactory repo that sits behind basic authentication. How would I configure the settings.xml to allow access? &…

maven-2 basic-authentication artifactory
Eclipse (STS) + Maven

I basically have 2 questions: Is there a way to invoke maven console from eclipse? (where I could write eclipse:eclipse, …

eclipse maven-2 plugins console sts-springsourcetoolsuite
Execute Maven plugin goal on parent module, but not on children

We have a multi-module maven project that uses a profile that defines a buildnumber-maven-plugin to increment a build number and …

version-control maven-2 build-process versioning