Skip to content

Commit

Permalink
checking the docs in rascal extra, to catch errors sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jul 13, 2023
1 parent ba0ab16 commit 6c8b29a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,28 @@
<goal>package</goal>
</goals>
</execution>
<execution>
<id>default-cli</id>
<phase>compile</phase>
<goals>
<goal>tutor</goal>
</goals>
<configuration>
<isPackageCourse>false</isPackageCourse>
<enableStandardLibrary>false</enableStandardLibrary>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
<license>${project.basedir}/LICENSE</license>
<sources>|http://github.com/usethesource/rascal/blob/main|</sources>
<issues>|http://github.com/usethesource/rascal/issues|</issues>
<srcs>
<src>${project.basedir}/src/org/rascalmpl/library</src>
</srcs>
<ignores>
<ignore>${project.basedir}/src/org/rascalmpl/library/lang/rascal</ignore>
</ignores>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 6c8b29a

Please sign in to comment.