Re: Maven POMs

2008-08-06 Thread Karl Wettin
5 aug 2008 kl. 12.42 skrev Grant Ingersoll: I'd just like to see the poms in sync (which I broke) Fixed. At least mvn install and mvn idea:idea works again. karl

Re: Maven POMs

2008-08-05 Thread Karl Wettin
then build logic is not duplicated. Sounds good? On Mon, Aug 4, 2008 at 9:56 PM, pi song <[EMAIL PROTECTED]> wrote: You can generate ant build file/intelliJ project file/Eclipse project file from Maven poms. One way is to too keep maven as your master so you don't have to main

Re: Maven POMs

2008-08-05 Thread Lukáš Vlček
mmunication the last > weeks! > >>>> > >>>> Been > >>>>> > >>>>> busy catching the sun, changing country and moving to a new > apartment. > >>>> > >>>> Have > >>>>> > >>>&

Re: Maven POMs

2008-08-05 Thread Sean Owen
>>>>> >>>>> a whole bunch of halfbaked patches and comments here. Please allow a >>> >>> few >>>>> >>>>> days for me to sync with trunk and catch up with discussions on the >>> >>> fora. >>>>> >

Re: Maven POMs

2008-08-05 Thread Grant Ingersoll
ut targets that need more customized scripting? I suppose we can keep those separate, and connect them to the auto-generated build file. At least then build logic is not duplicated. Sounds good? On Mon, Aug 4, 2008 at 9:56 PM, pi song <[EMAIL PROTECTED]> wrote: You can generate ant bui

Re: Maven POMs

2008-08-05 Thread Grant Ingersoll
parate, and connect them to the auto-generated build file. At least then build logic is not duplicated. Sounds good? On Mon, Aug 4, 2008 at 9:56 PM, pi song <[EMAIL PROTECTED]> wrote: You can generate ant build file/intelliJ project file/Eclipse project file from Maven poms. One way i

Re: Maven POMs

2008-08-05 Thread Lukáš Vlček
t; karl > > > > > > > > > 5 aug 2008 kl. 04.06 skrev Sean Owen: > > > > > > > > > That's nice -- how about targets that need more customized scripting? > > >> I suppose we can keep those separate, and connect them to the

Re: Maven POMs

2008-08-05 Thread Sean Owen
n for this. I don't use >>>>> Maven myself but am not against learning how to use it effectively. >>>>> Part of that is sorting out how to keep it in sync with Ant build >>>>> scripts. We could delegate all building to Ant. Perhaps that's the &g

Re: Maven POMs

2008-08-05 Thread Grant Ingersoll
On Aug 4, 2008, at 9:32 PM, Sean Owen wrote: I don't know, I have not found a great solution for this. I don't use Maven myself but am not against learning how to use it effectively. Part of that is sorting out how to keep it in sync with Ant build scripts. We could delegate all building to Ant

Re: Maven POMs

2008-08-04 Thread pi song
gt; >> auto-generated build file. At least then build logic is not > >> duplicated. Sounds good? > >> > >> On Mon, Aug 4, 2008 at 9:56 PM, pi song <[EMAIL PROTECTED]> wrote: > >> > >>> You can generate ant build file/intelliJ project file/Ecli

Re: Maven POMs

2008-08-04 Thread Ted Dunning
s that need more customized scripting? >> I suppose we can keep those separate, and connect them to the >> auto-generated build file. At least then build logic is not >> duplicated. Sounds good? >> >> On Mon, Aug 4, 2008 at 9:56 PM, pi song <[EMAIL PROTECTED]> wrote

Re: Maven POMs

2008-08-04 Thread Karl Wettin
ld logic is not duplicated. Sounds good? On Mon, Aug 4, 2008 at 9:56 PM, pi song <[EMAIL PROTECTED]> wrote: You can generate ant build file/intelliJ project file/Eclipse project file from Maven poms. One way is to too keep maven as your master so you don't have to maintain both. On Tu

Re: Maven POMs

2008-08-04 Thread Sean Owen
: > You can generate ant build file/intelliJ project file/Eclipse project file > from Maven poms. One way is to too keep maven as your master so you don't > have to maintain both. > > > On Tue, Aug 5, 2008 at 11:32 AM, Sean Owen <[EMAIL PROTECTED]> wrote: > >> I

Re: Maven POMs

2008-08-04 Thread pi song
You can generate ant build file/intelliJ project file/Eclipse project file from Maven poms. One way is to too keep maven as your master so you don't have to maintain both. On Tue, Aug 5, 2008 at 11:32 AM, Sean Owen <[EMAIL PROTECTED]> wrote: > I don't know, I have not found a

Re: Maven POMs

2008-08-04 Thread Sean Owen
y. Anyone know enough about Maven to understand best practices? I assume some does or else we wouldn't be bothering with it. On Mon, Aug 4, 2008 at 8:47 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > So, what's are plan for the Maven poms? How do we intend to keep them in

Re: Maven POMs

2008-08-04 Thread pi song
A suggestion from me (off topic). Maven sometimes downloads bad jars for you. Make sure that you always keep a working copy of your repository for your team members. Pi On Tue, Aug 5, 2008 at 10:47 AM, Grant Ingersoll <[EMAIL PROTECTED]>wrote: > So, what's are plan for the Maven

Maven POMs

2008-08-04 Thread Grant Ingersoll
So, what's are plan for the Maven poms? How do we intend to keep them in sync such that they are actually useful for those who want to use Maven (not me, but others...)? -Grant