Skip to content
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.

lvonk/fitnesse-maven-classpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#THIS PROJECT IS NOT MAINTAINED ANYMORE. FEEL FREE TO CLONE.


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.


About

Classpath support for Maven Projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages