Skip to content

Commit f09b1bb

Browse files
committed
Readd distrubutionManagement for snapshots
1 parent c3f5dda commit f09b1bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,12 @@ Export-Package: org.eclipse.emfcloud.jackson.*
427427
</profile>
428428
<profile>
429429
<id>m2-release</id>
430+
<distributionManagement>
431+
<snapshotRepository>
432+
<id>central</id>
433+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
434+
</snapshotRepository>
435+
</distributionManagement>
430436
<build>
431437
<plugins>
432438
<!-- To release to Sonatype/Maven central -->

0 commit comments

Comments
 (0)