from m1 to m2

2005-10-18 Thread Nicolas De Loof
Hi, I'm migrating a project from m1 to m2. I'm using a pregoal that was published on this list to download artifact sources (zip) and attach them to eclipse classpath. m1 Eclipse plugin expect them to be in "/src(without s)/-.zip What's about m2 eclipse plugin ? - D

Re: from m1 to m2

2005-10-18 Thread John Casey
plugin's execution simply requires something like the following: m2 -Declipse.downloadSources=true eclipse:eclipse Try that, and see if it matches your expectations. Cheers, john Nicolas De Loof wrote: | | Hi, | | I'm migrating a project from m1 to m2. I'm using a pregoal that was

Re: from m1 to m2

2005-10-18 Thread Nicolas De Loof
itory. So, adding source downloads to your eclipse plugin's execution simply requires something like the following: m2 -Declipse.downloadSources=true eclipse:eclipse Try that, and see if it matches your expectations. Cheers, john Nicolas De Loof wrote: | | Hi, | | I'm migrating a pro

migrating jelly script from m1 to m2

2006-05-25 Thread cristal
r for JNLP ${jarfile} into ${targetfile} -- View this message in context: http://www.nabble.com/migrating+jelly+script+from+m1+to+m2-t1681592.html#a4560544 Sent from the Maven - Users forum at Nabbl

moving a simple task from m1 to m2

2006-05-29 Thread Warner Onstine
I wrote a simple task in maven.xml that moved a completed war file to a deployment directory and would like to move this to m2. It isn't clear from the documentation what lifecycle phase the war task happens in now (especially since everything has changed so drastically). Here's my snippet

Converting from M1 to M2 - Installing parent POMs?

2006-01-13 Thread Sean McNamara
Ok, I'm sure this is a pretty basic question, but I am having a hard time tracking down the answer. I am in the process of converting our M1-based codebase over to user M2. I have several subprojects that inherit from a parent project.xml (now pom.xml) When specifying the parent in the child pom

Re: moving a simple task from m1 to m2

2006-05-29 Thread Henry S. Isidro
On Tuesday 30 May 2006 7:16 am, Warner Onstine wrote: > I wrote a simple task in maven.xml that moved a completed war file to > a deployment directory and would like to move this to m2. It isn't > clear from the documentation what lifecycle phase the war task > happens in now (especially since ever

Re: moving a simple task from m1 to m2

2006-05-29 Thread Warner Onstine
Yeah, I had started looking at this, but was hoping for something that would work in both ant and maven 2 as I have to have both builds for this right now and I don't want to force them to go through having to install the maven tools for ant just to get this to work properly. Sorry, forgo

Re: moving a simple task from m1 to m2

2006-05-29 Thread Wayne Fay
Is there a reason you can't simply write an ant build.xml target and call out to it using maven-antrun-plugin? Then you could use it from both M2 and Ant. Wayne On 5/29/06, Warner Onstine <[EMAIL PROTECTED]> wrote: Yeah, I had started looking at this, but was hoping for something that would wo

RE: moving a simple task from m1 to m2

2006-05-29 Thread Vincent Massol
Hi Warner, > -Original Message- > From: Warner Onstine [mailto:[EMAIL PROTECTED] > Sent: mardi 30 mai 2006 02:50 > To: Maven Users List > Subject: Re: moving a simple task from m1 to m2 > > Yeah, I had started looking at this, but was hoping for something > tha

Re: Converting from M1 to M2 - Installing parent POMs?

2006-01-13 Thread Wendy Smoak
On 1/13/06, Sean McNamara <[EMAIL PROTECTED]> wrote: > When specifying the parent in the child pom, I need to > specify the version. Maven then tries to look up the > parent pom in the repository. > > What do I need to do to get the parent pom installed? > Do I treat it like a third-party jar? J

Re: Converting from M1 to M2 - Installing parent POMs?

2006-01-13 Thread Sean McNamara
Thanks Wendy. I was making that entire thing much more difficult than it needed to be. :-o --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 1/13/06, Sean McNamara <[EMAIL PROTECTED]> wrote: > > > When specifying the parent in the child pom, I > need to > > specify the version. Maven then tries

Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Jason van Zyl
Hi, I created a matrix to compare the plugins available in m2 versus that in m2 and I'm trying to get a sense from users which plugins are most popular so that we can focus our efforts based on user desire. The matrix is here: http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix Does anyon

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread David Jackman
PROTECTED] Sent: Wednesday, July 06, 2005 7:07 AM To: Maven Users List Subject: Determining priority of porting plugins from m1 to m2 Hi, I created a matrix to compare the plugins available in m2 versus that in m2 and I'm trying to get a sense from users which plugins are most popular so that w

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Jason van Zyl
wing who was voting for plugins that may not get done. Definitely. > ..David.. > > > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 7:07 AM > To: Maven Users List > Subject: Determining priority of porting plugins f

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Ryan, Scott
To: users@maven.apache.org Subject: RE: Determining priority of porting plugins from m1 to m2 On Wed, 2005-07-06 at 09:01 -0600, David Jackman wrote: > Could you move the matrix page to a wiki or your blog and have people > post responses there? That is in a wiki, our Maven Confluence in

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Jason van Zyl
(720) 514-5389 > [EMAIL PROTECTED] > > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 9:08 AM > To: users@maven.apache.org > Subject: RE: Determining priority of porting plugins from m1 to m2 > > On Wed, 2005

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Sean Hennessy
Docbook? -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:22 AM To: Maven Users List Subject: RE: Determining priority of porting plugins from m1 to m2 On Wed, 2005-07-06 at 09:52 -0600, Ryan, Scott wrote: > You can add the Weblo

Re: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Kristian Nordal
On Jul 6, 2005, at 3:07 PM, Jason van Zyl wrote: Hi, I created a matrix to compare the plugins available in m2 versus that in m2 and I'm trying to get a sense from users which plugins are most popular so that we can focus our efforts based on user desire. The matrix is here: http://docs.cod

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Jason van Zyl
s List > Subject: RE: Determining priority of porting plugins from m1 to m2 > > > On Wed, 2005-07-06 at 09:52 -0600, Ryan, Scott wrote: > > You can add the Weblogic plugin to the list as I am working on the M2 > > version as we speak and M1 has been out for a while. > >

Re: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Jason van Zyl
On Wed, 2005-07-06 at 18:28 +0200, Kristian Nordal wrote: > Hi, > I'm working on the Jetty plugin for Maven 2. Updated thanks. > -- > Kristian > > > Does anyone have any thoughts on how we might best collect this > > information as to the popularity of plugins? Can JIRA do simple > > surveys?

Re: Determining priority of porting plugins from m1 to m2

2005-07-11 Thread Kanakambaran Nair
we are using the JXR plugin

Re: Determining priority of porting plugins from m1 to m2

2005-07-11 Thread Wim Deblauwe
We are using: PMD, Clover, JDepend, Javadoc, JUnit (hope to make that TestNG soon) and faq (not soo important). regards, Wim 2005/7/11, Kanakambaran Nair <[EMAIL PROTECTED]>: > > we are using the JXR plugin > >

Re: Determining priority of porting plugins from m1 to m2

2005-07-11 Thread Wim Deblauwe
Forgot: also jxr and dashboard plugin. I would rate dashboard plugin at the top of my list I think. 2005/7/11, Wim Deblauwe <[EMAIL PROTECTED]>: > > We are using: PMD, Clover, JDepend, Javadoc, JUnit (hope to make that > TestNG soon) and faq (not soo important). > > regards, > > Wim > > 2005

Migrating from m1 to m2 (was RE: [ANN] Maven 2.0 Release Now Available)

2005-10-20 Thread Vincent Massol
ly creating WARs > and EARs are a lot with M2 > > Any hints & pointers in moving M1 to M2 greatly received. There'll be more docs and some tools coming but in the meantime you could have a look at slides I have presented