javahelp / fitnesse-launcher-maven-plugin

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

Config to allow arbitrary SymLink creation, not just for the test suite files #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Originally reported on Google Code with ID 31

Currently (1.4.0-SNAPSHOT) the default config option of '<createSymLink>true</createSymLink>'
will create a FitNesse SymLink directly from its working directory to the test suite
under src/test/fitnesse.

If there are other project specific FitNesse wiki pages currently they have to be copied
into /target/fitnesse/FitNesseRoot using maven-resources-plugin:copy-resources.

Perhaps we could have some config similar to:
  <plugin>
      <groupId>uk.co.javahelp.fitnesse</groupId>
      <artifactId>fitnesse-launcher-maven-plugin</artifactId>
      <configuration>
          <suite>MyTestSuite</suite>
          <SymLinks>
              <SymLink>
                  <linkName>JavaExample</linkName>
                  <linkPath>src/test/fitnesse/JavaExample</linkPath>
              </SymLink>
          </SymLinks>
      </configuration>
  </plugin>

Reported by stewart@javahelp.co.uk on 2014-06-09 23:22:42

GoogleCodeExporter commented 9 years ago
See also Issue #33

Reported by stewart@javahelp.co.uk on 2014-07-04 21:33:14