Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add distributionManagement tag under POM; bug #4 (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Feb 18, 2018
1 parent 6e30e67 commit 4a35d5d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Expand Up @@ -155,4 +155,17 @@
</plugins>
</build>

</project>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Eclipse Lyo Releases</name>
<url>https://repo.eclipse.org/content/repositories/lyo-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Eclipse Lyo Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/lyo-snapshots/</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 4a35d5d

Please sign in to comment.