#831 Set Spigot profile to be activated by default
- I want to be able to check out the source and build immediately
This commit is contained in:
parent
7806466a01
commit
f0dfd85903
3
pom.xml
3
pom.xml
@ -94,6 +94,9 @@
|
|||||||
<!-- Spigot, default -->
|
<!-- Spigot, default -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>spigot</id>
|
<id>spigot</id>
|
||||||
|
<activation>
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
|
</activation>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user