FitNesse Launcher Maven Plugin
Maven plugin to start / stop wiki and run tests.
License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.processpuzzle.fitnesse |
ArtifactId | ArtifactIdfitnesse-launcher-ant-task |
Last Version | Last Version1.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFitNesse Launcher Ant Task
Provides ability to launch FitNesse as a wiki server, or automatically run FitNesse tests as part of a standard integration-test / verify build. Allows configuration of FitNesse's classpath through plugin dependencies, and injects all Maven project properties as FitNesse variables, ( which can be overridden from the command line using '-D' ).
|
Project Organization |
Project OrganizationAgile Renovation |
<!-- https://jarcasting.com/artifacts/com.processpuzzle.fitnesse/fitnesse-launcher-ant-task/ -->
<dependency>
<groupId>com.processpuzzle.fitnesse</groupId>
<artifactId>fitnesse-launcher-ant-task</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.processpuzzle.fitnesse/fitnesse-launcher-ant-task/
implementation 'com.processpuzzle.fitnesse:fitnesse-launcher-ant-task:1.6.5'
// https://jarcasting.com/artifacts/com.processpuzzle.fitnesse/fitnesse-launcher-ant-task/
implementation ("com.processpuzzle.fitnesse:fitnesse-launcher-ant-task:1.6.5")
'com.processpuzzle.fitnesse:fitnesse-launcher-ant-task:jar:1.6.5'
<dependency org="com.processpuzzle.fitnesse" name="fitnesse-launcher-ant-task" rev="1.6.5">
<artifact name="fitnesse-launcher-ant-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.processpuzzle.fitnesse', module='fitnesse-launcher-ant-task', version='1.6.5')
)
libraryDependencies += "com.processpuzzle.fitnesse" % "fitnesse-launcher-ant-task" % "1.6.5"
[com.processpuzzle.fitnesse/fitnesse-launcher-ant-task "1.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.9.6 |
org.fitnesse : fitnesse | jar | 20151230 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.24 |
org.slf4j : slf4j-log4j12 | jar | 1.7.24 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |
Maven plugin to start / stop wiki and run tests.