mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Skip tests on default builds
This commit is contained in:
parent
b85cc32fcc
commit
79f6ba259c
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
@ -13,6 +13,7 @@
|
|||
<description>A plugin API for Minecraft servers.</description>
|
||||
|
||||
<properties>
|
||||
<skipTests>true</skipTests>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -145,6 +146,9 @@
|
|||
<profiles>
|
||||
<profile>
|
||||
<id>development</id>
|
||||
<properties>
|
||||
<skipTests>false</skipTests>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue