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