Skip to content

Commit 9eef587

Browse files
committed
deps: set Maven plugins available in Airlock
1 parent f89cc4c commit 9eef587

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

pom.xml

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
</plugin>
302302
<plugin>
303303
<artifactId>maven-deploy-plugin</artifactId>
304-
<version>3.1.3</version>
304+
<version>3.1.4</version>
305305
</plugin>
306306
<plugin>
307307
<groupId>org.apache.maven.plugins</groupId>
@@ -328,6 +328,13 @@
328328
</goals>
329329
</execution>
330330
</executions>
331+
<dependencies>
332+
<dependency>
333+
<groupId>org.apache.maven.wagon</groupId>
334+
<artifactId>wagon-provider-api</artifactId>
335+
<version>3.3.3</version>
336+
</dependency>
337+
</dependencies>
331338
</plugin>
332339
<plugin>
333340
<groupId>org.apache.maven.plugins</groupId>
@@ -372,18 +379,34 @@
372379
<plugin>
373380
<groupId>org.apache.maven.plugins</groupId>
374381
<artifactId>maven-project-info-reports-plugin</artifactId>
375-
<version>3.6.2</version>
376-
</plugin>
382+
<version>3.8.0</version>
383+
<dependencies>
384+
<dependency>
385+
<groupId>org.sonatype.plexus</groupId>
386+
<artifactId>plexus-sec-dispatcher</artifactId>
387+
<version>1.4</version>
388+
</dependency>
389+
</dependencies> </plugin>
377390
<plugin>
378391
<groupId>org.apache.maven.plugins</groupId>
379392
<artifactId>maven-site-plugin</artifactId>
380-
<version>3.21.0</version>
393+
<version>3.21.1</version>
394+
</plugin>
395+
<plugin>
396+
<groupId>org.apache.maven.plugins</groupId>
397+
<artifactId>maven-clean-plugin</artifactId>
398+
<version>3.4.0</version>
381399
</plugin>
382400
<plugin>
383401
<groupId>org.apache.maven.plugins</groupId>
384402
<artifactId>maven-dependency-plugin</artifactId>
385403
<version>3.8.1</version>
386404
</plugin>
405+
<plugin>
406+
<groupId>org.apache.maven.plugins</groupId>
407+
<artifactId>maven-install-plugin</artifactId>
408+
<version>3.1.3</version>
409+
</plugin>
387410
<plugin>
388411
<groupId>org.apache.maven.plugins</groupId>
389412
<artifactId>maven-resources-plugin</artifactId>
@@ -508,7 +531,6 @@
508531
<!-- Build the dependencies report at package time (needed for the assembly artifact). -->
509532
<plugin>
510533
<artifactId>maven-project-info-reports-plugin</artifactId>
511-
<version>3.6.2</version>
512534
<executions>
513535
<execution>
514536
<goals>
@@ -653,7 +675,6 @@
653675
<plugin>
654676
<groupId>org.apache.maven.plugins</groupId>
655677
<artifactId>maven-compiler-plugin</artifactId>
656-
<version>3.13.0</version>
657678
<configuration>
658679
<source>1.8</source>
659680
<target>1.8</target>
@@ -662,7 +683,6 @@
662683
<plugin>
663684
<groupId>org.apache.maven.plugins</groupId>
664685
<artifactId>maven-javadoc-plugin</artifactId>
665-
<version>3.11.2</version>
666686
<configuration>
667687
<source>1.8</source>
668688
<failOnError>false</failOnError>

0 commit comments

Comments
 (0)