File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
java-version : 17
29
29
distribution : temurin
30
+ - name : Set up Maven
31
+ uses : stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
32
+ with :
33
+ maven-version : 3.9.9
30
34
- name : Cache Maven packages
31
35
uses : actions/cache@v4
32
36
with :
Original file line number Diff line number Diff line change 164
164
<plugin >
165
165
<groupId >org.apache.maven.plugins</groupId >
166
166
<artifactId >maven-gpg-plugin</artifactId >
167
- <version >3.1.0</version >
168
167
<executions >
169
168
<execution >
170
169
<id >sign-artifacts</id >
412
411
<plugin >
413
412
<groupId >org.apache.maven.plugins</groupId >
414
413
<artifactId >maven-javadoc-plugin</artifactId >
415
- <version >3.5 .0</version >
414
+ <version >3.8 .0</version >
416
415
<configuration >
417
416
<source >8</source >
418
417
<tags >
470
469
<!-- the following definitions just register setups of plug-ins, their execution is enable elsewhere -->
471
470
<pluginManagement >
472
471
<plugins >
472
+
473
+ <plugin >
474
+ <groupId >org.apache.maven.plugins</groupId >
475
+ <artifactId >maven-deploy-plugin</artifactId >
476
+ <version >3.1.2</version >
477
+ </plugin >
478
+
479
+ <plugin >
480
+ <groupId >org.apache.maven.plugins</groupId >
481
+ <artifactId >maven-gpg-plugin</artifactId >
482
+ <version >3.2.4</version >
483
+ </plugin >
484
+
473
485
<plugin >
474
486
<!-- configuration of the source feature generation, is activated in features/pom -->
475
487
<groupId >org.eclipse.tycho.extras</groupId >
You can’t perform that action at this time.
0 commit comments