Skip to content

Commit 0a82dfb

Browse files
authored
Use parent pom setting for distribution management
1 parent 5fb0666 commit 0a82dfb

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

pom.xml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
<!-- disable javadoc linter for JDK8 to not fail on incomplete javadoc -->
3030
<additionalparam>-Xdoclint:none</additionalparam>
31+
32+
<!-- release parent settings -->
33+
<nexus.snapshot.repository>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions-snapshots/</nexus.snapshot.repository>
34+
<nexus.release.repository>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/</nexus.release.repository>
3135
</properties>
3236

3337
<licenses>
@@ -44,22 +48,6 @@
4448
<tag>HEAD</tag>
4549
</scm>
4650

47-
<!-- repositories used for distribution of releases and snapshots, DO NOT CHANGE -->
48-
<distributionManagement>
49-
<repository>
50-
<id>camunda-nexus</id>
51-
<name>camunda bpm community extensions</name>
52-
<url>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/</url>
53-
</repository>
54-
<snapshotRepository>
55-
<id>camunda-nexus</id>
56-
<name>camunda bpm community extensions snapshots</name>
57-
<url>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions-snapshots/</url>
58-
<!-- for maven 2 compatibility -->
59-
<uniqueVersion>true</uniqueVersion>
60-
</snapshotRepository>
61-
</distributionManagement>
62-
6351
<modules>
6452
<module>extension</module>
6553
<module>extension-webapp</module>

0 commit comments

Comments
 (0)