File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 404
404
405
405
</executions >
406
406
</plugin >
407
- <plugin >
408
- <groupId >org.apache.maven.plugins</groupId >
409
- <artifactId >maven-install-plugin</artifactId >
410
- <executions >
411
- <execution >
412
- <phase >install</phase >
413
- <goals >
414
- <goal >install-file</goal >
415
- </goals >
416
- <configuration >
417
- <pomFile >${project.build.directory} /jakarta/META-INF/maven/${project.groupId} /${project.artifactId} /pom.xml</pomFile >
418
- <file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} -TOBEDEPLOYED.jar</file >
419
- <sources >${project.build.directory} /${project.artifactId} -jakarta-${project.version} -sources-TOBEDEPLOYED.jar</sources >
420
- </configuration >
421
- </execution >
422
- </executions >
423
- </plugin >
424
407
<plugin >
425
408
<groupId >org.codehaus.mojo</groupId >
426
409
<artifactId >build-helper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments