As follows: There are many jars that need to be introduced, and the paths are different, so it's more troublesome to add a prune jar
!*> Setup
!define Test_system {Slim}
!define Local_path {C:\Users\qiuwy\.m2\repository}
!path ${local_path}\org\slf4j\slf4j-api\1.6.4\slf4j-api-1.6.4.jar
!path ${local_path}\org\slf4j\slf4j-log4j12\1.6.4\slf4j-log4j12-1.6.4.jar
!path ${local_path}\log4j\log4j\1.2.16\log4j-1.2.16.jar
!path ${local_path}\net\sf\json-lib\json-lib\2.4\json-lib-2.4-jdk15.jar
!path ${local_path}\org\apache\httpcomponents\httpclient\4.3.1\httpclient-4.3.1.jar
!path ${local_path}\org\apache\httpcomponents\httpcore\4.3\httpcore-4.3.jar
!path ${local_path}\org\json\json\20090211\json-20090211.jar
!path ${local_path}\org\kohsuke\stapler\json-lib\2.1\json-lib-2.1-jdk15.jar
!path ${local_path}\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar
!path ${local_path}\org\slf4j\jcl-over-slf4j\1.6.4\jcl-over-slf4j-1.6.4.jar
!path ${local_path}\com\funshion\ssh2\0.0.1\ssh2-0.0.1.jar
!path ${local_path}\net\sf\json-lib\json-lib\2.4\json-lib-2.4-jdk15.jar
!path ${local_path}\net\sf\ezmorph\ezmorph\1.0.6\ezmorph-1.0.6.jar
!path ${local_path}\commons-beanutils\commons-beanutils\20030211.134440\commons-beanutils-20030211.134440.jar
!path ${local_path}\junit\junit\4.11\junit-4.11.jar
*!
Then came to think of a way, is to use the jar to put out in a directory, as long as the introduction of the path under the *.jar on the line
Next time, if you want to increase the deletion of jar,fitnesse files, don't change
Just add or remove the corresponding jar package under this path.
As follows:
!*> Setup
!define Test_system {Slim}
!define Local_path {C:\Users\qiuwy\.m2\repository}
!path ${local_path}\jarpackage\*.jar
*!
FitNesse management of imported jar packages