Skip to content

Commit 5284d81

Browse files
committed
flatten to produce explicit version numbers that are expected by central for publishing
1 parent 78df410 commit 5284d81

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

kotlin-insight-client/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@
8787
</resources>
8888

8989
<plugins>
90+
<!-- flatten to produce explicit version numbers that are expected by central for publishing -->
91+
<plugin>
92+
<groupId>org.codehaus.mojo</groupId>
93+
<artifactId>flatten-maven-plugin</artifactId>
94+
<version>1.7.1</version>
95+
<executions>
96+
<execution>
97+
<goals>
98+
<goal>flatten</goal>
99+
</goals>
100+
<phase>process-resources</phase>
101+
</execution>
102+
</executions>
103+
</plugin>
90104
<plugin>
91105
<groupId>org.apache.maven.plugins</groupId>
92106
<artifactId>maven-enforcer-plugin</artifactId>

kotlin-jira-client/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,20 @@
8989
</resources>
9090

9191
<plugins>
92+
<!-- flatten to produce explicit version numbers that are expected by central for publishing -->
93+
<plugin>
94+
<groupId>org.codehaus.mojo</groupId>
95+
<artifactId>flatten-maven-plugin</artifactId>
96+
<version>1.7.1</version>
97+
<executions>
98+
<execution>
99+
<goals>
100+
<goal>flatten</goal>
101+
</goals>
102+
<phase>process-resources</phase>
103+
</execution>
104+
</executions>
105+
</plugin>
92106
<plugin>
93107
<groupId>org.apache.maven.plugins</groupId>
94108
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)