Add repository to POM file
This commit is contained in:
parent
f9fa0088c0
commit
8a033e311c
2 changed files with 152 additions and 144 deletions
8
pom.xml
8
pom.xml
|
@ -155,4 +155,12 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/cyface-de/brouter</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub OWNER Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/cyface-de </url>
|
||||
<name>GitHub Cyface Apache Maven Packages</name>
|
||||
<url>https://maven.pkg.github.com/cyface-de/brouter</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
|
|
Loading…
Reference in a new issue