Skip to content

Commit c31a886

Browse files
committed
Fjerner spesifikk install-file. Merk at attach-artifact bør brukes fremfor install-file.
1 parent 1ab6f69 commit c31a886

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -404,23 +404,6 @@
404404

405405
</executions>
406406
</plugin>
407-
<plugin>
408-
<groupId>org.apache.maven.plugins</groupId>
409-
<artifactId>maven-install-plugin</artifactId>
410-
<executions>
411-
<execution>
412-
<phase>install</phase>
413-
<goals>
414-
<goal>install-file</goal>
415-
</goals>
416-
<configuration>
417-
<pomFile>${project.build.directory}/jakarta/META-INF/maven/${project.groupId}/${project.artifactId}/pom.xml</pomFile>
418-
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}-TOBEDEPLOYED.jar</file>
419-
<sources>${project.build.directory}/${project.artifactId}-jakarta-${project.version}-sources-TOBEDEPLOYED.jar</sources>
420-
</configuration>
421-
</execution>
422-
</executions>
423-
</plugin>
424407
<plugin>
425408
<groupId>org.codehaus.mojo</groupId>
426409
<artifactId>build-helper-maven-plugin</artifactId>

0 commit comments

Comments
 (0)