Re: Create 2 jars for a project

2004-11-22 Thread Eric Giguere
Sure it is, but not wihout some extra jelly code. Do it with the Ant Jar tag in your maven.xml or you can make one project as a subproject of the other using the reactor component. But be aware that if you do, you will loose the maven.artifact. The artifact of a maven project is, by default,

RE: Create 2 jars for a project

2004-11-22 Thread Adrian Tarau
properties, call again jar:jar goal but skiping the postGoal the second time?. Can be a pre or post goal skipped programmatic? -Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 3:56 PM To: Maven Users List Subject: Re: Create 2 jars

Re: Create 2 jars for a project

2004-11-22 Thread Eric Giguere
? -Original Message- From: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 3:56 PM To: Maven Users List Subject: Re: Create 2 jars for a project Sure it is, but not wihout some extra jelly code. Do it with the Ant Jar tag in your maven.xml or you can make one project

RE: Create 2 jars for a project

2004-11-22 Thread Adrian Tarau
: Eric Giguere [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 4:14 PM To: Maven Users List Subject: Re: Create 2 jars for a project Yes, I gues it can be done if you program this accordingly with a flag. But instead of doing this and having to cope with some maybe unwanted behavior from