On Sat, Jul 19, 2008 at 3:21 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > Sebastian > > If you ever decide to port JMeter to Maven I will be willing to give you > a helping hand with that. We could still use the existing scripts to > build the distribution packages and generate the web site. It would be > beneficial, though, at least in my opinion, to use Maven to manage > dependencies and compile JMeter.
Would it be possible to change directory structure of JMeter source tree a little, so it will be more 'maven friendly'? One change needs to be done - in directories with source code (like src/components) there should be at least one more level: src/components/java. Then there'll be natural place for pom.xml files: src/components/pom.xml src/components/java/org/apache/.... Ideally, it should be src/components/src/main/java (OR components/src/main/java, with getting rid of top level src directory but I do not know if such a change would be acceptable to JMeter developers). Is there a chance to make such a change? Regards, Tomek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]