Skip to content

Commit 32003b5

Browse files
Add distribution management to bom pom
1 parent 541bbbd commit 32003b5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

modules/flowable-bom/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,5 +523,18 @@
523523
</dependency>
524524
</dependencies>
525525
</dependencyManagement>
526+
527+
<distributionManagement>
528+
<snapshotRepository>
529+
<id>sonatype-nexus-snapshots</id>
530+
<name>Sonatype Nexus Snapshots</name>
531+
<url>${distributionManagementSnapshotsUrl}</url>
532+
</snapshotRepository>
533+
<repository>
534+
<id>sonatype-nexus-staging</id>
535+
<name>Nexus Release Repository</name>
536+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
537+
</repository>
538+
</distributionManagement>
526539

527540
</project>

0 commit comments

Comments
 (0)