@ -311,10 +311,12 @@
@@ -311,10 +311,12 @@
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-assembly-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.asciidoctor</groupId>
<artifactId > asciidoctor-maven-plugin</artifactId>
@ -339,6 +341,38 @@
@@ -339,6 +341,38 @@
</attributes>
</configuration>
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > flatten-maven-plugin</artifactId>
<version > 1.1.0</version>
<executions >
<execution >
<id > flatten</id>
<phase > process-resources</phase>
<goals >
<goal > flatten</goal>
</goals>
<configuration >
<updatePomFile > true</updatePomFile>
<flattenMode > oss</flattenMode>
<pomElements >
<pluginManagement > keep</pluginManagement>
<properties > keep</properties>
<parent > expand</parent>
<repositories > remove</repositories>
</pomElements>
</configuration>
</execution>
<execution >
<id > flatten-clean</id>
<phase > clean</phase>
<goals >
<goal > clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
@ -359,7 +393,6 @@
@@ -359,7 +393,6 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>