Fixed flattening to much
This commit is contained in:
parent
7c9be882e3
commit
622665d080
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
|
@ -197,6 +197,9 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>flatten-maven-plugin</artifactId>
|
<artifactId>flatten-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<flattenMode>ossrh</flattenMode>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>flatten</id>
|
<id>flatten</id>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue