Multiple *.jar files from one project

2009-06-16 Thread David Weintraub
We have a source tree in this format: src/main/java/com/solbright/aim/etlf/core src/main/java/com/solbright/aim/etlf/customer_1 src/main/java/com/solbright/aim/etlf/customer_2 And so on for each customer. My developers want a separate jar file for each and every customer. Not only that, but a

How to create multiple jar files from one project?

2006-12-03 Thread Peter Palmreuther
Hello, I'm new to Maven and tried to find an answer on the website, but either I'm to dense or it ain't there (yet). So if this question is already answered in a public available document I'd be happy to get the link. I have a project that should be a library to encapsulate the logger being used

Re: How to create multiple jar files from one project?

2006-12-03 Thread Tom Huybrechts
Maven does not support creating two artifacts from one project and it does not support circular dependencies between two projects. The only proper solution is cutting the dependency from interface to implementation. One thing you could try is to create an abstract factory that can find a

How to create multiple jar files from one project?

2006-12-03 Thread Peter Palmreuther
Hello, I'm new to Maven and tried to find an answer on the website, but either I'm to dense or it ain't there (yet). So if this question is already answered in a public available document I'd be happy to get the link. I have a project that should be a library to encapsulate the logger being used

RE: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam

2006-12-03 Thread William Ferguson
To: Maven Users List Subject: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam Hello, I'm new to Maven and tried to find an answer on the website, but either I'm to dense or it ain't there (yet). So if this question is already answered

Re: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam

2006-12-03 Thread Alexander Sack
Palmreuther [mailto:[EMAIL PROTECTED] Sent: Sunday, 3 December 2006 9:01 PM To: Maven Users List Subject: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam Hello, I'm new to Maven and tried to find an answer on the website, but either I'm to dense

Re: - How to create multiple jar files from one project? - Bayesian Filter detected spam

2006-12-03 Thread Peter Palmreuther
to think about all the stuff another time ;-) -Original Message- From: Peter Palmreuther [mailto:[EMAIL PROTECTED] Sent: Sunday, 3 December 2006 9:01 PM To: Maven Users List Subject: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam

Re: How to create multiple jar files from one project?

2006-12-03 Thread Peter Palmreuther
Hello Tom, On Sunday, December 3, 2006 at 8:31:24 PM Tom wrote: Maven does not support creating two artifacts from one project and it does not support circular dependencies between two projects. The only proper solution is cutting the dependency from interface to implementation. Thanks a

Re: - How to create multiple jar files from one project? - Bayesian Filter detected spam

2006-12-03 Thread Peter Palmreuther
December 2006 9:01 PM To: Maven Users List Subject: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam Hello, I'm new to Maven and tried to find an answer on the website, but either I'm to dense or it ain't there (yet). So if this question