Skip to content

Commit

Permalink
add distributionManagement for publishToEclipseMavenRepo profile
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch-si.com>
  • Loading branch information
Stefan Maute committed Sep 11, 2019
1 parent 4cc6417 commit 1fa30da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,18 @@
<value>true</value>
</property>
</activation>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Project Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/ditto-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Project Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/ditto-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</profile>

<profile>
Expand Down

0 comments on commit 1fa30da

Please sign in to comment.