Enovea / fitnesse-launcher-maven-plugin

Automatically exported from code.google.com/p/fitnesse-launcher-maven-plugin
0 stars 0 forks source link

The latest release version 1.4.2 fitnesse theme not working #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I have upgraded fitnesse-launcher-maven-plugin version from 1.4.0 to 1.4.2 and 
found fitnesse theme not working. 

Please assist me on this.

Thx.
Satish

Original issue reported on code.google.com by satish.s...@gmail.com on 18 Nov 2014 at 2:01

GoogleCodeExporter commented 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