Skip to content

Commit d6a86ae

Browse files
authored
run gradle module plugin after maven shade (#1030)
1 parent 7a3664e commit d6a86ae

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

pom.xml

+17-16
Original file line numberDiff line numberDiff line change
@@ -159,22 +159,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
159159
<groupId>org.codehaus.mojo</groupId>
160160
<artifactId>build-helper-maven-plugin</artifactId>
161161
</plugin>
162-
163-
<plugin>
164-
<groupId>de.jjohannes</groupId>
165-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
166-
<!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
167-
dependency from GMM
168-
-->
169-
<configuration>
170-
<removedDependencies>
171-
<dependency>
172-
<groupId>ch.randelshofer</groupId>
173-
<artifactId>fastdoubleparser</artifactId>
174-
</dependency>
175-
</removedDependencies>
176-
</configuration>
177-
</plugin>
178162

179163
<plugin>
180164
<groupId>org.apache.maven.plugins</groupId>
@@ -234,6 +218,23 @@ com.fasterxml.jackson.core.*;version=${project.version}
234218
</execution>
235219
</executions>
236220
</plugin>
221+
222+
<plugin>
223+
<groupId>de.jjohannes</groupId>
224+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
225+
<!-- 27-Apr-2023, tatu: [core#999]: Need to exclude shaded FDP
226+
dependency from GMM
227+
-->
228+
<configuration>
229+
<removedDependencies>
230+
<dependency>
231+
<groupId>ch.randelshofer</groupId>
232+
<artifactId>fastdoubleparser</artifactId>
233+
</dependency>
234+
</removedDependencies>
235+
</configuration>
236+
</plugin>
237+
237238
<plugin>
238239
<groupId>org.apache.maven.plugins</groupId>
239240
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)