Skip to content

Commit

Permalink
ongoing work on #34 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 15, 2018
1 parent caa2418 commit 2049689
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 10 deletions.
24 changes: 16 additions & 8 deletions defcon-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,25 @@
-->
</configuration>
<dependencies>
<!--
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.20</version>
</dependency>
-->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.9.RELEASE</version>
<version>${thymeleaf.version}</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>${asciidoctorj.version}</version>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-all</artifactId>
<version>${flexmark-all.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>${doxia-module-markdown.version}</version>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions defcon-documentation/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source ../defcon-parent/conf.sh

#mvn_jbake_help

run_jbake_seed
#run_jbake_seed

#mvn_jbake_run
mvn_jbake_run

exit 0
6 changes: 6 additions & 0 deletions defcon-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@

<aspectj.version>1.8.9</aspectj.version>

<!-- jbake -->
<asciidoctorj.version>1.5.6</asciidoctorj.version>
<doxia-module-markdown.version>1.8</doxia-module-markdown.version>
<flexmark-all.version>0.34.8</flexmark-all.version>
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>

<!-- file encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
8 changes: 8 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

source defcon-parent/conf.sh

#mvn_fast_build
mvn_build

exit 0

0 comments on commit 2049689

Please sign in to comment.