RE: Inter-plugin dependancy best practices

2004-05-13 Thread Vincent Massol
> -Original Message- > From: Kristopher Brown [mailto:[EMAIL PROTECTED] > Sent: 13 May 2004 18:28 > To: Maven Developers List > Subject: RE: Inter-plugin dependancy best practices > > Hi, > > Thanks for your swift response, however, I think the word "de

RE: Inter-plugin dependancy best practices

2004-05-13 Thread Kristopher Brown
AIL PROTECTED] > Sent: 13 May 2004 16:47 > To: 'Maven Developers List' > Subject: RE: Inter-plugin dependancy best practices > > Hi Kristopher, > > > -Original Message- > > From: Kristopher Brown > [mailto:[EMAIL PROTECTED] > > Sent:

RE: Inter-plugin dependancy best practices

2004-05-13 Thread Vincent Massol
Hi Kristopher, > -Original Message- > From: Kristopher Brown [mailto:[EMAIL PROTECTED] > Sent: 13 May 2004 17:18 > To: [EMAIL PROTECTED] > Subject: Inter-plugin dependancy best practices > > Hi, > > How should plugin developers indicate that a plugin is

Inter-plugin dependancy best practices

2004-05-13 Thread Kristopher Brown
Hi, How should plugin developers indicate that a plugin is inter-dependant on anther plugin? Some have suggested a registering mechanism like that used by the site report. Another way is by modifying a shared variable. For example, maven.compile.src.set can be used by plugins to make other plug