Skip to content

Commit c706b01

Browse files
committed
chore: remove flatten-maven-plugin, Maven 4 resolves ${revision} natively
1 parent 73e5352 commit c706b01

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -197,32 +197,6 @@
197197
</includes>
198198
</configuration>
199199
</plugin>
200-
<plugin>
201-
<groupId>org.codehaus.mojo</groupId>
202-
<artifactId>flatten-maven-plugin</artifactId>
203-
<version>1.7.0</version>
204-
<configuration>
205-
<outputDirectory>${project.build.directory}</outputDirectory>
206-
<updatePomFile>true</updatePomFile>
207-
<flattenMode>oss</flattenMode>
208-
</configuration>
209-
<executions>
210-
<execution>
211-
<id>flatten</id>
212-
<phase>prepare-package</phase>
213-
<goals>
214-
<goal>flatten</goal>
215-
</goals>
216-
</execution>
217-
<execution>
218-
<id>flatten-clean</id>
219-
<phase>clean</phase>
220-
<goals>
221-
<goal>clean</goal>
222-
</goals>
223-
</execution>
224-
</executions>
225-
</plugin>
226200
<plugin>
227201
<groupId>org.eluder.coveralls</groupId>
228202
<artifactId>coveralls-maven-plugin</artifactId>

0 commit comments

Comments
 (0)