Skip to content

Commit 3d89561

Browse files
ludochgae-java-bot
authored andcommitted
Consolidate Maven plugin versions in parent POM and cleanup SDK assembly.
PiperOrigin-RevId: 868259043 Change-Id: If47fe91de935cea9830a3c588798fc0132c06508
1 parent 157142d commit 3d89561

4 files changed

Lines changed: 21 additions & 26 deletions

File tree

applications/proberapp_jakarta/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-dependency-plugin</artifactId>
227-
<version>3.9.0</version>
228227
<executions>
229228
<execution>
230229
<id>copy-file</id>
@@ -246,7 +245,6 @@
246245
<plugin>
247246
<groupId>org.apache.maven.plugins</groupId>
248247
<artifactId>maven-war-plugin</artifactId>
249-
<version>3.5.1</version>
250248
<configuration>
251249
<archiveClasses>true</archiveClasses>
252250
<webResources>
@@ -263,7 +261,6 @@
263261
<plugin>
264262
<groupId>com.google.cloud.tools</groupId>
265263
<artifactId>appengine-maven-plugin</artifactId>
266-
<version>2.8.6</version>
267264
<configuration>
268265
<projectId>test-project</projectId>
269266
<version>java25ee11prober</version>
@@ -274,7 +271,6 @@
274271
<plugin>
275272
<groupId>org.apache.maven.plugins</groupId>
276273
<artifactId>maven-enforcer-plugin</artifactId>
277-
<version>3.6.2</version>
278274
<executions>
279275
<execution>
280276
<id>enforce-maven</id>

jetty121_assembly/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<plugins>
3939
<plugin>
4040
<artifactId>maven-dependency-plugin</artifactId>
41-
<version>3.9.0</version>
4241
<executions>
4342
<execution>
4443
<id>unpack</id>

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@
711711
<plugin>
712712
<groupId>org.apache.maven.plugins</groupId>
713713
<artifactId>maven-dependency-plugin</artifactId>
714-
<version>3.9.0</version>
715714
<executions>
716715
<execution>
717716
<goals>
@@ -755,7 +754,6 @@
755754
<plugin>
756755
<groupId>org.apache.maven.plugins</groupId>
757756
<artifactId>maven-enforcer-plugin</artifactId>
758-
<version>3.6.2</version>
759757
<executions>
760758
<execution>
761759
<id>enforce-maven</id>
@@ -775,11 +773,31 @@
775773
</plugins>
776774
<pluginManagement>
777775
<plugins>
776+
<plugin>
777+
<groupId>org.apache.maven.plugins</groupId>
778+
<artifactId>maven-dependency-plugin</artifactId>
779+
<version>3.10.0</version>
780+
</plugin>
778781
<plugin>
779782
<groupId>org.apache.maven.plugins</groupId>
780783
<artifactId>maven-source-plugin</artifactId>
781784
<version>3.4.0</version>
782785
</plugin>
786+
<plugin>
787+
<groupId>org.apache.maven.plugins</groupId>
788+
<artifactId>maven-war-plugin</artifactId>
789+
<version>3.5.1</version>
790+
</plugin>
791+
<plugin>
792+
<groupId>com.google.cloud.tools</groupId>
793+
<artifactId>appengine-maven-plugin</artifactId>
794+
<version>2.8.6</version>
795+
</plugin>
796+
<plugin>
797+
<groupId>org.apache.maven.plugins</groupId>
798+
<artifactId>maven-enforcer-plugin</artifactId>
799+
<version>3.6.2</version>
800+
</plugin>
783801
<plugin>
784802
<groupId>org.apache.maven.plugins</groupId>
785803
<artifactId>maven-compiler-plugin</artifactId>

sdk_assembly/pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
</plugin>
8383
<plugin>
8484
<artifactId>maven-dependency-plugin</artifactId>
85-
<version>3.9.0</version>
8685
<executions>
8786
<execution>
8887
<id>unpack</id>
@@ -329,24 +328,7 @@
329328

330329
</executions>
331330
</plugin>
332-
<plugin>
333-
<groupId>org.apache.maven.plugins</groupId>
334-
<artifactId>maven-antrun-plugin</artifactId>
335-
<executions>
336-
<execution>
337-
<id>set executable flags.</id>
338-
<phase>process-resources</phase>
339-
<goals>
340-
<goal>run</goal>
341-
</goals>
342-
<configuration>
343-
<target>
344-
<chmod dir="${assembly-directory}/bin" perm="755" includes="**/*.sh" />
345-
</target>
346-
</configuration>
347-
</execution>
348-
</executions>
349-
</plugin>
331+
350332
<plugin>
351333
<groupId>org.apache.maven.plugins</groupId>
352334
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)