forked from lvonk/fitnesse-maven-classpath
-
Notifications
You must be signed in to change notification settings - Fork 0
jhonny007/fitnesse-maven-classpath
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Introduction. FitNesse plugin that provides Maven Classpath support. 2. How to use. Releases after v20101101 are NOT supported, since the way the classpath is completely refactored in FitNesse. Working on it... For v20101101 and earlier: - Download the 1.2 distribution. - Add the following line to plugins.properties: WikiWidgets = fitnesse.wikitext.widgets.MavenClasspathWidget. - Copy the maven-classpath-plugin-[version]-jar-with-dependencies.jar to the plugins directory of the directory where the fitnesse.jar is located. - Start FitNesse: java -jar fitnesse.jar - Refer to the pom file as follows: !pomFile /path/to/pom.xml. - The plugin will use the test classpath from the pom as classpath in FitNesse. ** Releases prior to v20091121: - Run fitnesse as follows: java -cp fitnesse.jar:plugins/maven-classpath-plugin-[version]-jar-with-dependencies.jar fitnesseMain.FitNesseMain. (**) 3. How to contribute. - Send patches. - Fork the repository and send pull requests.
About
Classpath support for Maven Projects
Resources
Stars
Watchers
Forks
Packages 0
No packages published