External links in Maven2 site docs

2006-12-11 Thread Crossley, Jim
Is it expected that the Maven2 site plugin will eventually configure certain reports as "external links", opening them in a new browser window, just as the Maven1 xdoc plugin did? I searched JIRA and Google and couldn't find any references, but I wanted to post here before opening a new feature re

RE: Generating source from a plugin

2006-11-28 Thread Crossley, Jim
ystem search path and execute it... or expose > the location of the compiler as configuration (or both). > > --jason > > > On Nov 27, 2006, at 5:54 PM, Crossley, Jim wrote: > >> I'm in the midst of converting some fairly complex ant-based J2EE >> projects to Ma

Generating source from a plugin

2006-11-27 Thread Crossley, Jim
I'm in the midst of converting some fairly complex ant-based J2EE projects to Maven2. One thing I need to do is generate some Java source from some Flavor source files (http://flavor.sf.net) in the 'generate-sources' phase, so a Maven plugin for doing so seems the right course. But here's the rub