Skip to content

Commit ec776de

Browse files
committed
prøver uten artifactId etc kun vedlagt pom
1 parent d791637 commit ec776de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,6 @@
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>
372367
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}.jar</file>
373368
</configuration>
374369
</execution>
@@ -385,12 +380,7 @@
385380
</goals>
386381
<configuration>
387382
<repositoryId>github</repositoryId>
388-
<packaging>jar</packaging>
389-
<generatePom>true</generatePom>
390383
<url>${project.distributionManagement.repository.url}</url>
391-
<artifactId>${project.artifactId}-jakarta</artifactId>
392-
<groupId>${project.groupId}</groupId>
393-
<version>${project.version}</version>
394384
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}.jar</file>
395385
</configuration>
396386
</execution>

0 commit comments

Comments
 (0)