File tree Expand file tree Collapse file tree
applications/proberapp_jakarta Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 3838 <plugins >
3939 <plugin >
4040 <artifactId >maven-dependency-plugin</artifactId >
41- <version >3.9.0</version >
4241 <executions >
4342 <execution >
4443 <id >unpack</id >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 8282 </plugin >
8383 <plugin >
8484 <artifactId >maven-dependency-plugin</artifactId >
85- <version >3.9.0</version >
8685 <executions >
8786 <execution >
8887 <id >unpack</id >
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 >
You can’t perform that action at this time.
0 commit comments