File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 394
394
<file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} .jar</file >
395
395
</configuration >
396
396
</execution >
397
- <execution >
398
- <phase >deploy</phase >
399
- <id >deploy-file-sources</id >
400
- <goals >
401
- <goal >deploy-file</goal >
402
- </goals >
403
- <configuration >
404
- <repositoryId >github</repositoryId >
405
- <packaging >jar</packaging >
406
- <generatePom >true</generatePom >
407
- <url >${project.distributionManagement.repository.url} </url >
408
- <artifactId >${project.artifactId}-jakarta</artifactId >
409
- <groupId >${project.groupId} </groupId >
410
- <version >${project.version} </version >
411
- <classifier >sources</classifier >
412
- <file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} -sources.jar</file >
413
- </configuration >
414
- </execution >
415
397
</executions >
416
398
</plugin >
417
399
</plugins >
You can’t perform that action at this time.
0 commit comments