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

@ -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>