pom: set updatePolicy always for runelite snapshots
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -89,6 +89,10 @@
|
|||||||
<id>runelite</id>
|
<id>runelite</id>
|
||||||
<name>RuneLite</name>
|
<name>RuneLite</name>
|
||||||
<url>http://repo.runelite.net</url>
|
<url>http://repo.runelite.net</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
@@ -100,6 +104,10 @@
|
|||||||
<id>runelite-plugins</id>
|
<id>runelite-plugins</id>
|
||||||
<name>RuneLite Plugins</name>
|
<name>RuneLite Plugins</name>
|
||||||
<url>http://repo.runelite.net</url>
|
<url>http://repo.runelite.net</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
</snapshots>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user