Skip to content

Commit

Permalink
RE-168 Updated POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Relluem94 committed Mar 10, 2024
1 parent 9a57b32 commit eef8dbb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 8 deletions.
24 changes: 20 additions & 4 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,27 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<releases />
<snapshots />
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<releases />
<snapshots />
<id>github</id>
<name>RelluLib</name>
<url>https://maven.pkg.github.com/Relluem94s/RelluLib</url>
</repository>
</repositories>
</profile>
</profiles>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>central</id>
<name>central</name>
Expand Down
24 changes: 20 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<url>https://github.com/Relluem94s/RelluEssentials</url>
</scm>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>central</id>
<name>central</name>
Expand All @@ -54,6 +50,26 @@
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>github</id>
<name>RelluLib</name>
<url>https://maven.pkg.github.com/Relluem94s/RelluLib</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down

0 comments on commit eef8dbb

Please sign in to comment.