Hi! How do you handle the fact that any uptodate Fitnesse version isn't available from Maven central? The latest version I found when I checked was 20081201, that is a more then two years old release.
http://repo1.maven.org/maven2/org/fitnesse/fitnesse/20081201/ /Thomas On Mon, May 16, 2011 at 10:36, Gijs Sijpesteijn <[email protected]> wrote: > Hi, > > I'm working on a Maven Fitnesse plugin. I know there are already two similar > plugins, fitnesse-maven-plugin and trinidad, but the first is hardly > maintained anymore and the later is missing some functionality and the > latest release is from 2010. > When running Fitnesse, you will need to specify the classpath for Fitnesse > to use. This classpath is almost identical as the maven classpath. Maven is > therefor perfect to extract this classpath and supply it to fitnesse. The > plugin will generate the classpath for fitnesse. The plugin can be > configured to include the /target/classes/ directory instead of a compiled > jar. Jar's can be excluded, resources can be specified and static entries > for the classpath for Fitnesse can be specified. > The big advantace is that you do not have to maintain the version of your > jar's to be maintained by hand, but will be generated as part of the maven > build cycle. > In the near future I would like the plugin to be able to execute the > fitnesse tests as part of the build process. (Similar to the trinidad > plugin). > At the moment, I'm working for a financial customer and we are using our > plugin with great success. I would really like this plugin to be shared with > of the world, since I think there are developers out there facing the same > problems. > > Cheers, Gijs Sijpesteijn > -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
