forked from lvonk/fitnesse-maven-classpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (20 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
1. Introduction.
FitNesse plugin that provides Maven Classpath support.
2. How to use.
- Download the distribution.
- Get yourself an up-to-date copy of fitnesse (> 20110601)
- Add the following line to plugins.properties: SymbolTypes = fitnesse.wikitext.widgets.MavenClasspathSymbolType.
- Refer to the pom file as follows: !pomFile /path/to/pom.xml.
- you can define the file as pom.xml@compile to include a specific scope.
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.