Skip to content

Commit 0130f8d

Browse files
authored
Fix #249 causing failures trying to import dough as a dep (#252)
1 parent 0458f77 commit 0130f8d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
**pom.xml.versionsBackup
1111
dependency-reduced-pom.xml
12-
publish.bat
12+
publish.bat
13+
.ci-friendly-pom.xml

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,20 @@
259259
</execution>
260260
</executions>
261261
</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>
262276
</plugins>
263277
</build>
264278

0 commit comments

Comments
 (0)