Skip to content

Commit c68918b

Browse files
committed
Revert "prøver uten artifactId etc kun vedlagt pom"
This reverts commit ec776de.
1 parent ec776de commit c68918b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@
364364
<goal>install-file</goal>
365365
</goals>
366366
<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>
367372
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}.jar</file>
368373
</configuration>
369374
</execution>
@@ -380,7 +385,12 @@
380385
</goals>
381386
<configuration>
382387
<repositoryId>github</repositoryId>
388+
<packaging>jar</packaging>
389+
<generatePom>true</generatePom>
383390
<url>${project.distributionManagement.repository.url}</url>
391+
<artifactId>${project.artifactId}-jakarta</artifactId>
392+
<groupId>${project.groupId}</groupId>
393+
<version>${project.version}</version>
384394
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}.jar</file>
385395
</configuration>
386396
</execution>

0 commit comments

Comments
 (0)