I have some dependencies which I am providing myself. The jars are in the resources directory. In my pom they are scoped as system and I include the path to them. ...
OS name: "linux" version: "2.6.32-27-generic" arch: "i386" Family: "unix"
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_20
I am trying to use the mysql dependency in with maven in ubuntu. If I move ...
I have a case where I want a dependency on the runtime classpath but not the test classpath. The dependency in question is Logback, an SLF4J implementation. In runtime, ...
Is there any way to exclude the classpath entry while mentioning dependency in maven?
I want to exclude the MANIFEST.MF file entry for the particular Maven Dependency. Dependency jar should be present ...
I want to modify automatically the order on which classpathentry are written by the Maven Eclipse plugin. Is there a way to do that?
I want to do that for two reasons.
First ...
I'm stuck with this and shame on me if I still don't know how to run an executable jar generated by maven.
The myapp-uberjar.jar contains the following:
I have a project that is using an artifact that I've uploaded into a local Maven repo with the type and classifier bin. I want to rely on this artifact ...
Using Maven Ant Tasks, I see lots of examples that build Ant classpath from Maven dependencies, but what about the other way round?
I have a carefully tuned Ant project that builds ...
I am trying to run a Java class as part of the deployment of my project (I want to create some resources at deployment, which can then be read at runtime).
For ...
I have a maven project with a lot of dependencies.
I want to pack all in a jar with dependency using assembly plugin, but I don't won't all the dependencies jars unpacked ...
I tried to search for existing questions but cant find any - feels like my question is quite simple but probably because it's quite specific I cant find the answers on ...