Skip to content

Commit

Permalink
Updates to improve how the the maven documentation is generated. See …
Browse files Browse the repository at this point in the history
…the README in liquibase.github.com repo for more details.
  • Loading branch information
SteveDonie committed Jan 3, 2020
1 parent 3a878e9 commit 7bb02bd
Show file tree
Hide file tree
Showing 20 changed files with 548 additions and 24 deletions.
16 changes: 15 additions & 1 deletion base.pom.xml
Expand Up @@ -291,6 +291,20 @@
</execution>
</executions>
</plugin>

<!-- We don't use the site plugin for anything except where we use the generated
documentation for the liquibase-maven-plugin. This custom template is much
simplified from the default template and allows us to just use Jekyll's
include_relative instruction to include the generated pages in our markdown
pages. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.8.2</version>
<configuration>
<templateFile>${maven.multiModuleProjectDirectory}/maven-site.vm</templateFile>
</configuration>
</plugin>
</plugins>

<pluginManagement>
Expand All @@ -309,7 +323,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 7bb02bd

Please sign in to comment.