POM using github as maven package manager

This commit is contained in:
jdjm 2022-01-13 15:56:29 +00:00
parent 0a44220fef
commit 7b1bc6980f

57
pom.xml
View File

@ -247,17 +247,6 @@
<url>file://${project.basedir}/repo</url>
</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 -->
<!-- IMPORTANT: SOMEHOW THIS REPO INTERFERES WITH THE
JAVAFX DEPENDENCIES. Don't understand how, but it
@ -306,14 +295,42 @@
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>talan</id>
<name>talan</name>
<url>https://nexus.talanlabs.com/content/repositories/releases/</url>
</repository>
<!-- <repository> -->
<!-- <snapshots> -->
<!-- <enabled>false</enabled> -->
<!-- </snapshots> -->
<!-- <id>talan</id> -->
<!-- <name>talan</name> -->
<!-- <url>https://nexus.talanlabs.com/content/repositories/releases/</url> -->
<!-- </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>
@ -335,6 +352,8 @@
<version>0.0.92</version>
</dependency>
<!-- https://mvnrepository.com/artifact/gov.nist.math/jama -->
<dependency>
<groupId>gov.nist.math</groupId>