Re: assemble a huge JAR

2007-06-06 Thread Ben Rohlfs
On 6/6/07, Kalle Korhonen [EMAIL PROTECTED] wrote: Try outputDirectory/../outputDirectory inside dependencySet. Does not work. - Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: assemble a huge JAR

2007-06-06 Thread Ben Rohlfs
Thanks Jo, it works indeed, but ... ... the root of the problem was that I started assembly:assembly from the parent project and not the project itself. From the parent you may want to arbitrarily combine modules, which the moduleSet seems to be for. My experience leads me to the conclusion

assemble a huge JAR

2007-06-05 Thread Ben Rohlfs
Hi, I want to build an unsual JAR with the maven-assembly-plugin und after hours of trying I cannot figure out how to do it. I have a Maven project myproject which is dependent on a library mylibrary. I want to build a JAR file containing both the class files of the project and the class files