Flatten package
This commit is contained in:
parent
23c6a1b1e9
commit
be3c95e6ff
13
pom.xml
13
pom.xml
@ -65,6 +65,19 @@
|
|||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.outbrain.swinfra</groupId>
|
||||||
|
<artifactId>ci-friendly-flatten-maven-plugin</artifactId>
|
||||||
|
<version>1.0.14</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>clean</goal>
|
||||||
|
<goal>flatten</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user