We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50198dd commit 22c5fa5Copy full SHA for 22c5fa5
java-shared-config/pom.xml
@@ -213,6 +213,16 @@
213
</pomElements>
214
</configuration>
215
</plugin>
216
+ <plugin>
217
+ <groupId>org.apache.maven.plugins</groupId>
218
+ <artifactId>maven-clean-plugin</artifactId>
219
+ <version>3.4.0</version>
220
+ </plugin>
221
222
223
+ <artifactId>maven-install-plugin</artifactId>
224
+ <version>3.1.3</version>
225
226
</plugins>
227
</pluginManagement>
228
<plugins>
0 commit comments