mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
POM using github as maven package manager
This commit is contained in:
parent
0a44220fef
commit
7b1bc6980f
57
pom.xml
57
pom.xml
@ -246,17 +246,6 @@
|
|||||||
</snapshots>
|
</snapshots>
|
||||||
<url>file://${project.basedir}/repo</url>
|
<url>file://${project.basedir}/repo</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<!-- Repo for jpam code- this used for deep learning-->
|
|
||||||
<repository>
|
|
||||||
<id>jdl4pam</id>
|
|
||||||
<url>https://raw.github.com/macster110/jpam/mvn-repo/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>jpamutils</id>
|
|
||||||
<url>https://raw.github.com/macster110/jpam/mvn-repo/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Repo for Jamie's code -->
|
<!-- Repo for Jamie's code -->
|
||||||
<!-- IMPORTANT: SOMEHOW THIS REPO INTERFERES WITH THE
|
<!-- IMPORTANT: SOMEHOW THIS REPO INTERFERES WITH THE
|
||||||
@ -306,15 +295,43 @@
|
|||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
|
||||||
<repository>
|
<!-- <repository> -->
|
||||||
<snapshots>
|
<!-- <snapshots> -->
|
||||||
<enabled>false</enabled>
|
<!-- <enabled>false</enabled> -->
|
||||||
</snapshots>
|
<!-- </snapshots> -->
|
||||||
<id>talan</id>
|
<!-- <id>talan</id> -->
|
||||||
<name>talan</name>
|
<!-- <name>talan</name> -->
|
||||||
<url>https://nexus.talanlabs.com/content/repositories/releases/</url>
|
<!-- <url>https://nexus.talanlabs.com/content/repositories/releases/</url> -->
|
||||||
</repository>
|
<!-- </repository> -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Repo for jpam code- this used for deep learning -->
|
||||||
|
<!-- <repository> -->
|
||||||
|
<!-- <id>jdl4pam</id> -->
|
||||||
|
<!-- <url>https://raw.github.com/macster110/jpam/mvn-repo/</url> -->
|
||||||
|
<!-- <snapshots> -->
|
||||||
|
<!-- <enabled>true</enabled> -->
|
||||||
|
<!-- <updatePolicy>always</updatePolicy> -->
|
||||||
|
<!-- </snapshots> -->
|
||||||
|
<!-- </repository> -->
|
||||||
|
|
||||||
|
<!-- <repository> -->
|
||||||
|
<!-- <id>jpamutils</id> -->
|
||||||
|
<!-- <url>https://raw.github.com/macster110/jpam/mvn-repo/</url> -->
|
||||||
|
<!-- </repository> -->
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>central</id>
|
||||||
|
<url>https://repo1.maven.org/maven2</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<url>https://maven.pkg.github.com/macster110/jpam</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|
||||||
@ -334,6 +351,8 @@
|
|||||||
<artifactId>jdl4pam</artifactId>
|
<artifactId>jdl4pam</artifactId>
|
||||||
<version>0.0.92</version>
|
<version>0.0.92</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
|
<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user