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

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 concrete

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
s up". > Hope this helps. Sure. Somehow. And if it only enforces me 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: [***POS

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

2006-12-03 Thread Peter Palmreuther
your interface project, and ship the >> Factory impl in the other project. >> >> Hope this helps. >> >> William >> >> -----Original Message- >> From: Peter Palmreuther [mailto:[EMAIL PROTECTED] >> Sent: Sunday, 3 December 2006 9:01 PM >

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

2006-12-03 Thread William Ferguson
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

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

2006-12-03 Thread Alexander Sack
iginal 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 Hello, I'm new to Maven and tried to find an answer on