File tree Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Expand file tree Collapse file tree 1 file changed +16
-19
lines changed Original file line number Diff line number Diff line change 354
354
</activation >
355
355
<build >
356
356
<plugins >
357
- <plugin >
358
- <groupId >org.apache.maven.plugins</groupId >
359
- <artifactId >maven-install-plugin</artifactId >
360
- <executions >
361
- <execution >
362
- <phase >install</phase >
363
- <goals >
364
- <goal >install-file</goal >
365
- </goals >
366
- <configuration >
367
- <packaging >jar</packaging >
368
- <artifactId >${project.artifactId}-jakarta</artifactId >
369
- <groupId >${project.groupId} </groupId >
370
- <version >${project.version} </version >
371
- <file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} .jar</file >
372
- </configuration >
373
- </execution >
374
- </executions >
375
- </plugin >
376
357
<plugin >
377
358
<groupId >org.apache.maven.plugins</groupId >
378
359
<artifactId >maven-antrun-plugin</artifactId >
411
392
</executions >
412
393
</plugin >
413
394
<plugin >
395
+ <groupId >org.apache.maven.plugins</groupId >
396
+ <artifactId >maven-install-plugin</artifactId >
397
+ <executions >
398
+ <execution >
399
+ <phase >install</phase >
400
+ <goals >
401
+ <goal >install-file</goal >
402
+ </goals >
403
+ <configuration >
404
+ <pomFile >${project.build.directory} /jakarta/META-INF/maven/${project.groupId} /${project.artifactId} /pom.xml</pomFile >
405
+ <file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} -TOBEDEPLOYED.jar</file >
406
+ </configuration >
407
+ </execution >
408
+ </executions >
409
+ </plugin >
410
+ <plugin >
414
411
<groupId >org.apache.maven.plugins</groupId >
415
412
<artifactId >maven-deploy-plugin</artifactId >
416
413
<executions >
You can’t perform that action at this time.
0 commit comments