Skip to content

Commit bcd9a7e

Browse files
drop deploy av jakarta sources p.t.
1 parent e5f510c commit bcd9a7e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -394,24 +394,6 @@
394394
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}.jar</file>
395395
</configuration>
396396
</execution>
397-
<execution>
398-
<phase>deploy</phase>
399-
<id>deploy-file-sources</id>
400-
<goals>
401-
<goal>deploy-file</goal>
402-
</goals>
403-
<configuration>
404-
<repositoryId>github</repositoryId>
405-
<packaging>jar</packaging>
406-
<generatePom>true</generatePom>
407-
<url>${project.distributionManagement.repository.url}</url>
408-
<artifactId>${project.artifactId}-jakarta</artifactId>
409-
<groupId>${project.groupId}</groupId>
410-
<version>${project.version}</version>
411-
<classifier>sources</classifier>
412-
<file>${project.build.directory}/${project.artifactId}-jakarta-${project.version}-sources.jar</file>
413-
</configuration>
414-
</execution>
415397
</executions>
416398
</plugin>
417399
</plugins>

0 commit comments

Comments
 (0)