[jira] Created: (MPCLOVER-40) clover:test-single attains goal clover:swing-report-internal which no longer exists

2005-05-27 Thread Kristopher Brown (JIRA)
Type: Bug Versions: 1.9 Environment: N/A Reporter: Kristopher Brown Priority: Minor Inside goal clover:test-single line 284 is: and this goal is no longer present. Seems to work for me if I just change this to: -- This message is automatically generated by

RE: Passing properties into subprojects using the reactor

2004-12-07 Thread Kristopher Brown
> >4) Would it be worth while adding properties to the > reactor/maven tag > >to pass through the current context or some properties. > > > > > I think so. I'm pretty sure that there is already an open > JIRA issue for it to. If you'd like to comment there, we can > bring that forward to 1.1-

Passing properties into subprojects using the reactor

2004-12-06 Thread Kristopher Brown
Hi, I'm trying to pass properties into subprojects using the reactor, and I've provided an example of the script used at the end. I'm not 100% certain, but I've had a good look through the reactor tag code, and followed that through to PluginManager#attainGoals(Project, List) which sets up the n

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:

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