File tree Expand file tree Collapse file tree 5 files changed +65
-0
lines changed
kotlin-atlassian-client-core-common Expand file tree Collapse file tree 5 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 2828 <groupId >org.codehaus.mojo</groupId >
2929 <artifactId >flatten-maven-plugin</artifactId >
3030 <version >${maven.flatten.version} </version >
31+ <configuration >
32+ <pomElements >
33+ <scm />
34+ <url />
35+ <organization />
36+ <name />
37+ <description />
38+ <developers />
39+ </pomElements >
40+ </configuration >
3141 <executions >
3242 <execution >
3343 <goals >
Original file line number Diff line number Diff line change 2626 <groupId >org.codehaus.mojo</groupId >
2727 <artifactId >flatten-maven-plugin</artifactId >
2828 <version >${maven.flatten.version} </version >
29+ <configuration >
30+ <pomElements >
31+ <scm />
32+ <url />
33+ <organization />
34+ <name />
35+ <description />
36+ <developers />
37+ </pomElements >
38+ </configuration >
2939 <executions >
3040 <execution >
3141 <goals >
Original file line number Diff line number Diff line change 9292 <groupId >org.codehaus.mojo</groupId >
9393 <artifactId >flatten-maven-plugin</artifactId >
9494 <version >${maven.flatten.version} </version >
95+ <configuration >
96+ <pomElements >
97+ <scm />
98+ <url />
99+ <organization />
100+ <name />
101+ <description />
102+ <developers />
103+ </pomElements >
104+ </configuration >
95105 <executions >
96106 <execution >
97107 <goals >
Original file line number Diff line number Diff line change 9494 <groupId >org.codehaus.mojo</groupId >
9595 <artifactId >flatten-maven-plugin</artifactId >
9696 <version >${maven.flatten.version} </version >
97+ <configuration >
98+ <pomElements >
99+ <scm />
100+ <url />
101+ <organization />
102+ <name />
103+ <description />
104+ <developers />
105+ </pomElements >
106+ </configuration >
97107 <executions >
98108 <execution >
99109 <goals >
Original file line number Diff line number Diff line change 135135 </executions >
136136 </plugin >
137137
138+ <!-- flatten to produce explicit version numbers that are expected by central for publishing -->
139+ <plugin >
140+ <groupId >org.codehaus.mojo</groupId >
141+ <artifactId >flatten-maven-plugin</artifactId >
142+ <version >${maven.flatten.version} </version >
143+ <configuration >
144+ <pomElements >
145+ <scm />
146+ <url />
147+ <organization />
148+ <name />
149+ <description />
150+ <developers />
151+ </pomElements >
152+ </configuration >
153+ <executions >
154+ <execution >
155+ <goals >
156+ <goal >flatten</goal >
157+ </goals >
158+ <phase >process-resources</phase >
159+ </execution >
160+ </executions >
161+ </plugin >
162+
138163 <!-- Clean Maven directories that get corrupted when rebuilding the project with IntelliJ
139164 or on successive Maven builds -->
140165 <plugin >
You can’t perform that action at this time.
0 commit comments