Skip to content

Commit b0828a8

Browse files
authored
➖ (deps): Remove maven-eclipse-plugin (#1146)
1 parent 17e3ff2 commit b0828a8

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

github_action/lockfile.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7218,13 +7218,6 @@
72187218
"checksumAlgorithm": "SHA-256",
72197219
"checksum": "9206918dfa2e6674ca81def57a32a682705089b52d3863353ebc2b171f32a1ea"
72207220
},
7221-
{
7222-
"groupId": "org.apache.maven.plugins",
7223-
"artifactId": "maven-eclipse-plugin",
7224-
"version": "2.10",
7225-
"checksumAlgorithm": "SHA-256",
7226-
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
7227-
},
72287221
{
72297222
"groupId": "org.apache.maven.plugins",
72307223
"artifactId": "maven-clean-plugin",

lockfile.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@
5454
"checksumAlgorithm": "SHA-256",
5555
"checksum": "9206918dfa2e6674ca81def57a32a682705089b52d3863353ebc2b171f32a1ea"
5656
},
57-
{
58-
"groupId": "org.apache.maven.plugins",
59-
"artifactId": "maven-eclipse-plugin",
60-
"version": "2.10",
61-
"checksumAlgorithm": "SHA-256",
62-
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
63-
},
6457
{
6558
"groupId": "org.apache.maven.plugins",
6659
"artifactId": "maven-clean-plugin",

maven_plugin/lockfile.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,13 +2368,6 @@
23682368
"checksumAlgorithm": "SHA-256",
23692369
"checksum": "9206918dfa2e6674ca81def57a32a682705089b52d3863353ebc2b171f32a1ea"
23702370
},
2371-
{
2372-
"groupId": "org.apache.maven.plugins",
2373-
"artifactId": "maven-eclipse-plugin",
2374-
"version": "2.10",
2375-
"checksumAlgorithm": "SHA-256",
2376-
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
2377-
},
23782371
{
23792372
"groupId": "org.apache.maven.plugins",
23802373
"artifactId": "maven-clean-plugin",

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
<banSnapshots>true</banSnapshots>
173173
<phases>clean,deploy,site</phases>
174174
<additionalPlugins>
175-
<additionalPlugin>org.apache.maven.plugins:maven-eclipse-plugin</additionalPlugin>
176175
<additionalPlugin>org.apache.maven.plugins:maven-reactor-plugin</additionalPlugin>
177176
</additionalPlugins>
178177
<unCheckedPluginList>org.apache.maven.plugins:maven-enforcer-plugin,org.apache.maven.plugins:maven-idea-plugin,org.apache.maven.plugins:maven-reactor-plugin</unCheckedPluginList>
@@ -182,11 +181,6 @@
182181
</execution>
183182
</executions>
184183
</plugin>
185-
<plugin>
186-
<groupId>org.apache.maven.plugins</groupId>
187-
<artifactId>maven-eclipse-plugin</artifactId>
188-
<version>2.10</version>
189-
</plugin>
190184
<plugin>
191185
<groupId>org.apache.maven.plugins</groupId>
192186
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)