Skip to content

Commit 0f6b995

Browse files
committed
flatten in validate phase for non leaf modules
1 parent 818cd0b commit 0f6b995

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kotlin-http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<goals>
4242
<goal>flatten</goal>
4343
</goals>
44-
<phase>process-resources</phase>
44+
<phase>validate</phase>
4545
</execution>
4646
</executions>
4747
</plugin>

kotlin-insight-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<goals>
108108
<goal>flatten</goal>
109109
</goals>
110-
<phase>process-resources</phase>
110+
<phase>validate</phase>
111111
</execution>
112112
</executions>
113113
</plugin>

kotlin-jira-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<goals>
110110
<goal>flatten</goal>
111111
</goals>
112-
<phase>process-resources</phase>
112+
<phase>validate</phase>
113113
</execution>
114114
</executions>
115115
</plugin>

0 commit comments

Comments
 (0)