Apache Maven is a software project management and comprehension tool.
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-interfaceI'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 uberjarI have a requirement to create jar files with Maven, but they need to be installed to the repository with …
java maven-2 maven-pluginI'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-processingI have a properties file called ApplicationResources.properties in my application with a property that changes depending on the environment. …
maven-2 profilesI trying to learn swt, and I use maven for all my builds and eclipse for my IDE. When getting …
java maven-2 swtI have an Artifactory repo that sits behind basic authentication. How would I configure the settings.xml to allow access? &…
maven-2 basic-authentication artifactoryI 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-springsourcetoolsuiteWe 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