Skip to content

Commit acc61ba

Browse files
author
Roland Schuller
authored
Include mvn
1 parent dfaba5a commit acc61ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@
2323
<maven.compiler.source>8</maven.compiler.source>
2424
<maven.compiler.target>8</maven.compiler.target>
2525
</properties>
26+
<distributionManagement>
27+
<repository>
28+
<id>github</id>
29+
<name>Mapillary API</name>
30+
<url>https://maven.pkg.github.com/it-open/mapillary-api</url>
31+
</repository>
32+
</distributionManagement>
2633
</project>

0 commit comments

Comments
 (0)