Skip to content

Commit b28acee

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 6cff9e4 commit b28acee

File tree

3 files changed

+64
-60
lines changed

3 files changed

+64
-60
lines changed

defcon-documentation/pom.xml

-59
Original file line numberDiff line numberDiff line change
@@ -22,65 +22,6 @@
2222
</activation>
2323
<build>
2424
<plugins>
25-
<plugin>
26-
<groupId>org.jbake</groupId>
27-
<artifactId>jbake-maven-plugin</artifactId>
28-
<executions>
29-
<execution>
30-
<id>default-generate</id>
31-
<phase>generate-resources</phase>
32-
<goals>
33-
<goal>generate</goal>
34-
</goals>
35-
</execution>
36-
</executions>
37-
<configuration>
38-
<seedUrl>https://github.com/phasenraum2010/jbake-example-project-thymeleaf/zipball/master/</seedUrl>
39-
<!--
40-
<inputDirectory>${project.basedir}/src/main/resources</inputDirectory>
41-
<outputDirectory>${project.build.directory}/classes</outputDirectory>
42-
-->
43-
</configuration>
44-
<dependencies>
45-
<dependency>
46-
<groupId>org.thymeleaf</groupId>
47-
<artifactId>thymeleaf</artifactId>
48-
<version>${thymeleaf.version}</version>
49-
</dependency>
50-
<dependency>
51-
<groupId>org.asciidoctor</groupId>
52-
<artifactId>asciidoctorj</artifactId>
53-
<version>${asciidoctorj.version}</version>
54-
</dependency>
55-
<dependency>
56-
<groupId>com.vladsch.flexmark</groupId>
57-
<artifactId>flexmark-all</artifactId>
58-
<version>${flexmark-all.version}</version>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.apache.maven.doxia</groupId>
62-
<artifactId>doxia-module-markdown</artifactId>
63-
<version>${doxia-module-markdown.version}</version>
64-
</dependency>
65-
</dependencies>
66-
</plugin>
67-
<plugin>
68-
<groupId>org.apache.maven.plugins</groupId>
69-
<artifactId>maven-jar-plugin</artifactId>
70-
<configuration>
71-
<excludes>
72-
<exclude>**/less</exclude>
73-
<exclude>**/*.less</exclude>
74-
<exclude>**/assets</exclude>
75-
<exclude>**/assets/**</exclude>
76-
<exclude>**/content</exclude>
77-
<exclude>**/content/**</exclude>
78-
<exclude>**/templates</exclude>
79-
<exclude>**/templates/**</exclude>
80-
<exclude>**/template-draft.html</exclude>
81-
</excludes>
82-
</configuration>
83-
</plugin>
8425
<plugin>
8526
<groupId>org.apache.maven.plugins</groupId>
8627
<artifactId>maven-surefire-plugin</artifactId>

defcon-parent/pom.xml

+63
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,69 @@
522522
</plugin>
523523
</plugins>
524524
</pluginManagement>
525+
526+
<plugins>
527+
<plugin>
528+
<groupId>org.jbake</groupId>
529+
<artifactId>jbake-maven-plugin</artifactId>
530+
<executions>
531+
<execution>
532+
<id>default-generate</id>
533+
<phase>generate-resources</phase>
534+
<goals>
535+
<goal>generate</goal>
536+
</goals>
537+
</execution>
538+
</executions>
539+
<configuration>
540+
<seedUrl>https://github.com/phasenraum2010/jbake-example-project-thymeleaf/zipball/master/</seedUrl>
541+
<force>false</force>
542+
<!--
543+
<inputDirectory>${project.basedir}/src/main/resources</inputDirectory>
544+
<outputDirectory>${project.build.directory}/classes</outputDirectory>
545+
-->
546+
</configuration>
547+
<dependencies>
548+
<dependency>
549+
<groupId>org.thymeleaf</groupId>
550+
<artifactId>thymeleaf</artifactId>
551+
<version>${thymeleaf.version}</version>
552+
</dependency>
553+
<dependency>
554+
<groupId>org.asciidoctor</groupId>
555+
<artifactId>asciidoctorj</artifactId>
556+
<version>${asciidoctorj.version}</version>
557+
</dependency>
558+
<dependency>
559+
<groupId>com.vladsch.flexmark</groupId>
560+
<artifactId>flexmark-all</artifactId>
561+
<version>${flexmark-all.version}</version>
562+
</dependency>
563+
<dependency>
564+
<groupId>org.apache.maven.doxia</groupId>
565+
<artifactId>doxia-module-markdown</artifactId>
566+
<version>${doxia-module-markdown.version}</version>
567+
</dependency>
568+
</dependencies>
569+
</plugin>
570+
<plugin>
571+
<groupId>org.apache.maven.plugins</groupId>
572+
<artifactId>maven-jar-plugin</artifactId>
573+
<configuration>
574+
<excludes>
575+
<exclude>**/less</exclude>
576+
<exclude>**/*.less</exclude>
577+
<exclude>**/assets</exclude>
578+
<exclude>**/assets/**</exclude>
579+
<exclude>**/content</exclude>
580+
<exclude>**/content/**</exclude>
581+
<exclude>**/templates</exclude>
582+
<exclude>**/templates/**</exclude>
583+
<exclude>**/template-draft.html</exclude>
584+
</excludes>
585+
</configuration>
586+
</plugin>
587+
</plugins>
525588
</build>
526589

527590
<profiles>

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export MVN_CMD='./mvnw'
77

88
#mvn_jbake_help
99
#run_jbake_seed
10-
#mvn_jbake_run
10+
#mvn_jbake
1111

1212
#mvn_fast_build
1313
#mvn_build

0 commit comments

Comments
 (0)