Skip to content

Commit 4537a55

Browse files
committed
remove distribution management as the central-publishing-maven-plugin should take of the magic (otherwise deployment fails with [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.4:deploy (default-deploy) on project git-commit-id-plugin-core: Failed to deploy artifacts: Could not find artifact io.github.git-commit-id:git-commit-id-plugin-core:pom:6.1.1 in central (https://central.sonatype.com/repository/maven-releases/))
1 parent 0c50a85 commit 4537a55

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -315,17 +315,7 @@
315315
</dependency>
316316
</dependencies>
317317

318-
<distributionManagement>
319-
<snapshotRepository>
320-
<id>central</id>
321-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
322-
</snapshotRepository>
323-
<repository>
324-
<id>central</id>
325-
<url>https://central.sonatype.com/repository/maven-releases/</url>
326-
</repository>
327-
</distributionManagement>
328-
318+
329319
<profiles>
330320
<profile>
331321
<id>gpg</id>

0 commit comments

Comments
 (0)