Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-02-08 13:33:36 -05:00
12 changed files with 190 additions and 25 deletions

View File

@@ -19,6 +19,15 @@
</properties>
<build>
<sourceDirectory>src/main/asciidoc</sourceDirectory>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>