Sure, a new branch (with Maven convention) should be the better solution.

Unfortunately, this is not planned ...

So is this stucture is fine : 
my-app
|-- pom.xml
|-- build.xml
|-- src
|    |- App.java
|
|--m2
      |--jar
      |    |--pom.xml
      |
      |--ejb
      |    |--pom.xml
      |
      |--sar
          |--pom.xml 


Or is better to put everything in one pom.xml, with many classifier attached
artifacts ?

Thanks


Dan Tran wrote:
> 
> Wendy puts it right on the spot.  "hazard pay"
> 
> I also want to add:  pay premium for extra health insurance b/c you
> will go insane.
> 
> :-)
> 
> like Wayne has suggested, do it on the branch and show your boss prototype
> before your proposal shows up on his desk.
> 
> -D
> 
> 
> 
> On 10/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>> On 10/11/07, Saloucious <[EMAIL PROTECTED]> wrote:
>>
>> > Each Ant scripts creates one or more artifacts : jar , ejb, aar, sar
>> (with
>> > embeded artifacts) ...
>> > As i can see in Maven : one pom.xml = one artifact (recommanded).
>> >
>> > I search a good design solution to convert these Ant's processes to
>> Maven
>> > (without changes).
>> >
>> > What i've proposed to my manager is to create in each root project dir
>> a m2
>> > dir
>>
>> Been there, done that.  I will *never* do it again without hazard pay.
>>
>> It can work *briefly* as a way to get your (or Maven's) foot in the
>> door and maybe generate the project website, but it is not a solution.
>>  It's not a fair test for Maven, and no one will be happy, least of
>> all the person working on the m2 build.
>>
>> Much better is Wayne's suggestion to branch, do a proper conversion,
>> and then show them.
>>
>> --
>> Wendy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-good-Design-tf4610394s177.html#a13219501
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to