Tagged Questions
-1
votes
1answer
20 views
Maven packagingExcludes jars regex
I have some skinny WARs in EAR. I need to exclude all the war libs except richafeces jars.
I tried this in packagingExcludes ...
0
votes
1answer
15 views
Obfuscate dependencies to single jar with Proguard
I have modular maven application and "module1" depends on "module2" and "module2" depends on "module3" etc.. In module1 I have something like this:
<profile>
<id>obfuscate</id>
...
1
vote
2answers
58 views
“Error: Could not find or load main class com.mycompany.App” when trying to execute Maven-generated Jar
I'm getting this error even though com/mycompany/App.class exists within the Jar and it has a main method. Here is what my META-INF/MANIFEST.MF looks like:
Manifest-Version: 1.0
Archiver-Version: ...
0
votes
1answer
13 views
maven checkout from cvs and install into repo
Does anyone know of a way to do this quickly? I have an old cvs repo /w a bunch of jars, tagged, etc. I'm looking to bring them over into maven. So basically
checkout from cvs
install into local ...
0
votes
2answers
68 views
Running Java program with jar file (Netbeans/Maven) - help needed
My goal is to build my program and being able to execute from the cmd line.
When I clean a build the app, I get the following error when i run it:
C:\Users\Jonny\Desktop>java -cp ...
1
vote
2answers
48 views
Create a JAR from an SVN repository [closed]
I'm working on a project for school and I'm using an open source Java API I found online (http://www.jfugue.org/). I coded most of my project, but I encountered a problem and it turns out it was a ...
2
votes
1answer
42 views
Maven - Add jar-with-dependencies as a dependecy
Question..
I'd like to add a dependency on a Maven jar packaged with it's dependencies.
Details..
I have a multi-module Maven project in which one of the module depends on native libraries and the ...
0
votes
1answer
37 views
Maven filter src/main/resources of a JAR dependency
My maven top level project refers to a common-db project. In this project I have a spring file which defines the DB parameters.
However, I want the top-level project to define the DB parameters ...
0
votes
1answer
19 views
Warning POM missing in the jar
I have created the jar through maven from some other project. The jar reside in the location repository. The jar contains the pom.xml file in META-INF/maven///pom.xml
and pom.properties.
I have also ...
0
votes
1answer
158 views
Simpliest way to add an attribute to a jar Manifest in Maven
Since the last Java update, I need to tag my applet jars manifest with the Trusted-Library attribute to avoid warning popup when javascript is communicating with the applet. (see ...
1
vote
1answer
36 views
Maven - Error trying to adding arbitrary classpath in Manifest.mf
I have this code to add my classpath:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
...
0
votes
1answer
49 views
JAR File Fails - Maven & Hibernate Project
I have an app that do simple CRUDs ops (Create, read, update, delete with MySQL).
This app is with maven & hibernate. Everything is fine when I debug and execute the app into the IDE (eclipse).
...
0
votes
0answers
19 views
Signed Vs unsigned library with maven
We are refactoring an old project to split the packages into smaller libraries. At the end, the libraries are loaded into a webstart application, so we need to sign the jars we are using.
All this ...
1
vote
1answer
50 views
How to make maven to take resources from /src/test/resources instead of /src/main/resources for a dependent project?
I've searched the forum to find the answer to my problem, but I was unable to find it. My problem is, that:
I have two projects: ProjectA and ProjectB. ProjectB uses ProjectA. In ProjectA i have two ...
0
votes
1answer
16 views
Error when trying to run packaged Jar (Maven)
I am having an issue running a JAR that I have packaged using Maven. It is a very simple class that just takes a file from a directory on the local machine and posts it to an SFTP.
I am using the ...
0
votes
1answer
15 views
Maven SNAPSHOT for WAR projects too?
I'm using the Maven's 'SNAPSHOT' feature for my JAR projects. I want to keep everything consistent, in terms of versioning, but: does it make sense to use this feature for WAR projects as well? Should ...
0
votes
1answer
35 views
Maven deploy .jar to network location
How can I deploy a .jar to a network path? I'm looking at maven-deploy-plugin and other examples and keep finding things about deploying to tomcat, glassfish and ftp. My needs are simpler. I only ...
1
vote
2answers
91 views
How to make a runnable jar of my maven project?
I want to make a jar file of my project but it shows error when I try to make jar.
Till now, I build a jar that is executed by using a command ,
java -cp <JAR FILE> <MAIN CLASS NAME>.
...
0
votes
1answer
48 views
Maven: executable jar does not find resources
I read several files with:
new File(Thread.currentThread().getContextClassLoader().getResource("Configuration.txt")).getFile());
Which works fine for the built project and mvn test, but as soon as ...
2
votes
1answer
68 views
How to exclude test dependencies from a shaded maven jar?
I'm using the maven-shade-plugin and I'd like to exclude not only my test code, but my test dependencies in the shaded jar. I realize I can specifically exclude certain artifacts (like junit), but ...
0
votes
1answer
56 views
How to create a jar with dependencies as main build artifact, later used by assembly plugin?
I've been working on a Java Maven project that ultimately creates an executable jar file. At first I had no issues, but then I decided I wanted the dependencies to be copied into the jar as well.
I ...
1
vote
2answers
39 views
Creating dependencies from directory
Does anyone know a tool to create the Maven dependencies from a lib directory? I have several web projects with quite a lot of JARs and would like to "mavenize" them. Looking for the proper dependency ...
0
votes
1answer
35 views
How to exclude INDEX.LIST from maven generated jar-with-dependencies?
I need to package an application as an executable jar; its properties files will be located outside it, in the same directory. In the end, I will have something like that in the filesystem:
.
...
0
votes
0answers
37 views
How to explain the different behaviour of spring in eclipse and standalone application
We have a web application using spring framework which works well. We try to use the same spring context in a standalone application built with maven. We managed to get the context by launching the ...
0
votes
2answers
38 views
How to share configuration files across modules in Maven
I am working on a java maven project with several modules.
I am facing issues with sharing configuration files from one module to its dependency.
For instance i have a module named utils which holds ...
0
votes
1answer
35 views
How to execute a third party jar using maven
I am using Liquibase (via its Maven plugin) to handle database migrations.
However not all Liquibase features are available via Maven. One in particular, Generate Changelog, is only available via ...
0
votes
0answers
121 views
Maven modify dependency jar manifest files
I'm sorry in advance I can't give the exact code as I don't have it at hand right now. However, I ran into a problem while trying to package my project into a jar. I used maven assembly plugin in my ...
0
votes
1answer
62 views
How to handle path to resource in maven project packed to jar
I have problem with resource managing in Maven project packed into jar file (on platform Windows + Eclipse IDE). I don't know how to handle path to resource.
My resources are in /src/main/resources/ ...
0
votes
3answers
111 views
Building a fat jar using maven
I'm quite new to maven. I have a code base which I want to distribute as jar. It also have dependency on external jars, which I want to bundle in the final jar. I heard that this can be done using ...
4
votes
2answers
152 views
Intellij multi-module maven project, update in one of the submodules is not propogated to war
I'm using Intellij Idea 12 and have a multi module maven project.
To make it simple let's assume that I have:
Module A - compiled to JAR
Module B - depending on module A and also compiled to JAR
...
0
votes
0answers
21 views
Bundling multiple JARS into one and choosing specific one from client app
I'm working on a library jar (more like a wrapper on other libraries) which has dependency on more than one other library jars. I know that I can create a one jar/fat jar using eclipse and ship it. ...
1
vote
2answers
41 views
Issue creating and using a custom jar file
I have prepared some util classes.
I planned to make them as jar and distribute it to required projects.
My util classes uses some already existing custom code provided in the form of jar file.
My ...
0
votes
0answers
70 views
Create jar and war in separate location using maven-war-plugin
The following creates war and jar files since I use "attachClasses" configuration. Is there a way for maven to create war file in different location versus jar file in different location? Basically I ...
0
votes
1answer
42 views
Maven not adding JAR to project when using mvn compile but does when using mvn eclipse:eclipse
I need to download the Quartz scheduler. So I added its dependency to pom.xml and also I nedded sl4j for scheduling. So here is my pom.xml
<dependency>
<groupId>log4j</groupId>
...
1
vote
0answers
44 views
Lock dependencies by secure checksum in Maven
When I distribute a source project with a POM I can define dependencies with version strings. The build will download those dependencies if they are not in the local repository, it will even verify ...
0
votes
1answer
29 views
install maven artefact with dependecies
I want to create a maven artifact from an existing jar. So far so good. The problem is that in said jars class-Path several other jars are referenced.
Is there a way to also create artifacts from the ...
0
votes
2answers
135 views
How to run a maven created jar file using just the command line
I need some help trying to run the following maven project using the command line:
https://github.com/sarxos/webcam-capture, the webcam-capture-qrcode example is the one I'm trying to run. I have it ...
0
votes
1answer
38 views
Using a jar as ressource with maven
I have the same problem as in question Reference jars inside a jar. I have a jar containing icons for my application. That jar resides in src/main/ressources. On build maven places this jar as is into ...
0
votes
0answers
23 views
How to make test-jar for maven assemblies?
Is there a possibility to make a test-jar file for every assembly and afterwards run the tests using Maven? E.g. there will be a myproject-1.0-x-tests.jar file for the myproject-1.0-x.jar assembly.
...
0
votes
2answers
57 views
How to get jar library name and version from String library name?
I have many jar files in my directory:
some-lib-2.0.jar
some-lib-2.1-SNAPSHOT.jar
some-lib-3.RELEASE.jar
some-lib-R8.jar
some-lib-core-1.jar
some-lib-2.patch2.jar
some-lib-2-alpha-4.jar
some-lib.jar
...
0
votes
1answer
77 views
Should i still use Nexus Repository Manager even if I am the only developer in my network?
I recently wanted to integrate Nexus to my home-based Java Project, just to learn what it is good for. As i read from the posts here, and from the nexus Website, its main usage aim is:
Maven Central ...
1
vote
3answers
43 views
How to provide artifacts to a maven project if those are not in public repository?
I cloned an open source library project from Github, that I'd like to use for my own Java project. This library depends on some other jars that cannot be found in any public repository. This causes ...
0
votes
1answer
30 views
Maven I want to attach a file in javadocs or source jar for documentation, but not use it in the executable jar
The file is a Unix shell file, it's used to deploy the jar and dependencies on Unix
0
votes
0answers
62 views
put xhtml page into a jar maven project
I have 2 maven projects (war and jar).
I would like to put jsf pages into the jar project that will be used in my webapp page.
This is the structure of my jar
JarProject
|-- META-INF
...
2
votes
1answer
156 views
How to Exclude Certain Jar Dependencies when Using Maven for Jar Assembly
There are a handful of very similar-seeming questions on StackOverflow, but I'm having trouble finding anything that works.
For now, I'm trying to remove log4j from the built Jar.
Although I'm new ...
1
vote
3answers
108 views
Maven and m2e - build jar with dependencies information
We are using Maven and m2e tools for our development and today we encountered a problem.
One of our projects is small library that is required for other projects, so we packaged it into jar file and ...
1
vote
1answer
90 views
Can find imported Spring beans from JAR, but not from WAR
My application consists of three Maven projects (I am omitting other modules)): FrameworkBase (JAR), FrameworkBaseImpl (JAR), FrameworkRestService (WAR).
FrameworkRestService is a plugin to ...
-2
votes
1answer
120 views
FileNotFoundException when running Maven generated jar
Trying to create my first ever executable jar and am using Maven to do so.
The Java runs fine by itself but when I try and run the jar I get a FileNotFoundException for src\main\resources\sound.wav.
...
0
votes
1answer
54 views
Why does eclipse keep (a) jar(s) in the target folder open?
I'm working on a project and I try to run (outside of Eclipse, in cygwin (thus Windows environment)):
mvn clean
which fails because of:
org.apache.maven.plugins:maven-clean-plugin:2.4:clean ...
0
votes
1answer
337 views
IntelliJ Maven Selenium Build jar
I am using IntelliJ 12, Java 7, Selenium 2.31.0 and Maven. I can run my tests out of the IDE just fine but I am running into a problem trying to create a jar file. I can create the jar file double ...


