We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53f0e4 commit fbe2a2cCopy full SHA for fbe2a2c
pom.xml
@@ -18,12 +18,14 @@
18
</plugin>
19
</plugins>
20
</build>
21
- <repositories>
22
- <repository>
23
- <id>github</id>
24
- <url>https://github.com/ArtifactForms/MeshLibCore/master/</url>
25
- </repository>
26
- </repositories>
+<distributionManagement>
+ <repository>
+ <id>github</id>
+ <name>GitHub ArtifactForms Apache Maven Packages</name>
+ <url>https://maven.pkg.github.com/ArtifactForms/MeshLibCore</url>
+ </repository>
27
+</distributionManagement>
28
+
29
<dependencies>
30
<dependency>
31
<groupId>org.junit.jupiter</groupId>
0 commit comments