forked from lvonk/fitnesse-maven-classpath
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
22 lines (14 loc) · 870 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
1. Introduction.
FitNesse plugin that provides Maven Classpath support.
2. How to use.
- Download the 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.