File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 364
364
<goal >install-file</goal >
365
365
</goals >
366
366
<configuration >
367
+ <packaging >jar</packaging >
368
+ <generatePom >true</generatePom >
369
+ <artifactId >${project.artifactId}-jakarta</artifactId >
370
+ <groupId >${project.groupId} </groupId >
371
+ <version >${project.version} </version >
367
372
<file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} .jar</file >
368
373
</configuration >
369
374
</execution >
380
385
</goals >
381
386
<configuration >
382
387
<repositoryId >github</repositoryId >
388
+ <packaging >jar</packaging >
389
+ <generatePom >true</generatePom >
383
390
<url >${project.distributionManagement.repository.url} </url >
391
+ <artifactId >${project.artifactId}-jakarta</artifactId >
392
+ <groupId >${project.groupId} </groupId >
393
+ <version >${project.version} </version >
384
394
<file >${project.build.directory} /${project.artifactId} -jakarta-${project.version} .jar</file >
385
395
</configuration >
386
396
</execution >
You can’t perform that action at this time.
0 commit comments