]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Changed scldoc output directory to target/scldoc 83/2883/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 7 May 2019 12:43:04 +0000 (15:43 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 7 May 2019 12:43:04 +0000 (15:43 +0300)
This allows mvn clean to clean previously generated scldoc also.

gitlab #293

Change-Id: Ifc53c7200ae1799cb19a736de9f26e125a6cc3c8

tests/org.simantics.scl.osgi.tests/src/org/simantics/scl/osgi/tests/TestSCLOsgi.java

index 227381147552c8889994835de885bc6bee584eb4..700c42b0e4d58bbceb2c1bee702d379e617aff07 100644 (file)
@@ -53,7 +53,7 @@ public class TestSCLOsgi {
     @Test
     public void exportAllSCLDocumentation() throws IOException {
         // "./scldoc" evaluates to "tests/org.simantics.scl.osgi.tests/scldoc" when these tests are ran with Tycho/Maven
-        Path dir = Paths.get("./scldoc");
+        Path dir = Paths.get("./target/scldoc");
         Files.createDirectories(dir);
         GenerateAllHtmlDocumentation.generate(SCLOsgi.MODULE_REPOSITORY, dir);
     }