We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0458f77 commit 0130f8dCopy full SHA for 0130f8d
2 files changed
.gitignore
@@ -9,4 +9,5 @@
9
10
**pom.xml.versionsBackup
11
dependency-reduced-pom.xml
12
-publish.bat
+publish.bat
13
+.ci-friendly-pom.xml
pom.xml
@@ -259,6 +259,20 @@
259
</execution>
260
</executions>
261
</plugin>
262
+
263
+ <plugin>
264
+ <groupId>com.outbrain.swinfra</groupId>
265
+ <artifactId>ci-friendly-flatten-maven-plugin</artifactId>
266
+ <version>1.0.17</version>
267
+ <executions>
268
+ <execution>
269
+ <goals>
270
+ <goal>clean</goal>
271
+ <goal>flatten</goal>
272
+ </goals>
273
+ </execution>
274
+ </executions>
275
+ </plugin>
276
</plugins>
277
</build>
278
0 commit comments