Skip to content

Commit

Permalink
Merge pull request #58 from camunda-community-hub/berndruecker-patch-1
Browse files Browse the repository at this point in the history
Use parent pom setting for distribution management
  • Loading branch information
berndruecker authored Mar 31, 2022
2 parents 5fb0666 + 0a82dfb commit 55d6363
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@

<!-- disable javadoc linter for JDK8 to not fail on incomplete javadoc -->
<additionalparam>-Xdoclint:none</additionalparam>

<!-- release parent settings -->
<nexus.snapshot.repository>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions-snapshots/</nexus.snapshot.repository>
<nexus.release.repository>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/</nexus.release.repository>
</properties>

<licenses>
Expand All @@ -44,22 +48,6 @@
<tag>HEAD</tag>
</scm>

<!-- repositories used for distribution of releases and snapshots, DO NOT CHANGE -->
<distributionManagement>
<repository>
<id>camunda-nexus</id>
<name>camunda bpm community extensions</name>
<url>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/</url>
</repository>
<snapshotRepository>
<id>camunda-nexus</id>
<name>camunda bpm community extensions snapshots</name>
<url>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions-snapshots/</url>
<!-- for maven 2 compatibility -->
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>

<modules>
<module>extension</module>
<module>extension-webapp</module>
Expand Down

0 comments on commit 55d6363

Please sign in to comment.