How to add a menu from a maven plugin

2005-01-27 Thread Timo Wolf
Hi everybody, From a maven plugin, I generate many xml file, containing information like a document, with section and subsection . It would be nice, if I would have a navigation menu in the Maven navigation bar for this document. So, is there a way to add, dynamically from a report, s with int

Re: Computation of plugin property names

2005-01-24 Thread Timo Wolf
Hi, Thanks a lot. Now I got it. It is the usage of the context like: Thanks again. Timo On Jan 25, 2005, at 8:05 AM, Jörg Schaible wrote: Timo Wolf wrote on Monday, January 24, 2005 6:09 PM: Hi, I am trying to develop a maven plugin, which generates multiple reports. The number of plugins

Computation of plugin property names

2005-01-24 Thread Timo Wolf
Hi, I am trying to develop a maven plugin, which generates multiple reports. The number of plugins should be configurable in the plugin.properties file. Therefore, I need to compute some variable names on runtime. The following is in the plugin.properties: maven.sysiphusreport.reportIDs=usecases, i