Open GoogleCodeExporter opened 8 years ago
Please find attached configuration just FI:
<plugin>
<groupId>uk.co.javahelp.fitnesse</groupId>
<artifactId>fitnesse-launcher-maven-plugin</artifactId>
<version>1.4.2</version>
<configuration>
<reportsDir>${project.build.directory}/fitnesse/reports</reportsDir>
<resultsDir>${project.build.directory}/fitnesse/results</resultsDir>
<summaryFile>${project.build.directory}/fitnesse/results/failsafe-summary.xml</summaryFile>
<port>6123</port>
<root>FitNesseRoot</root>
<useProjectDependencies>
<scope>system</scope>
<scope>compile</scope>
<scope>provided</scope>
<scope>runtime</scope>
<scope>test</scope>
</useProjectDependencies>
<createSymLink>true</createSymLink>
<workingDir>FitNesseRoot</workingDir>
<root>FitNesseRoot</root>
<testResourceDirectory>src/test/fitnesse</testResourceDirectory>
<suite>FrontPage</suite>
</configuration>
<executions>
<execution>
<goals>
<goal>run-tests</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
I kept "plugins.properties" under "FitNesseRoot" directory
Original comment by satish.s...@gmail.com
on 18 Nov 2014 at 2:05
Original issue reported on code.google.com by
satish.s...@gmail.com
on 18 Nov 2014 at 2:01