Fixed flattening to much

This commit is contained in:
Ziver Koc 2020-02-14 15:45:09 +01:00
parent 7c9be882e3
commit 622665d080

View file

@ -197,6 +197,9 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<configuration>
<flattenMode>ossrh</flattenMode>
</configuration>
<executions>
<execution>
<id>flatten</id>