Skip to content

Commit 0b72e8c

Browse files
committed
lets not deploy by default
1 parent f82d6f1 commit 0b72e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.spigotmc</groupId>
1818
<artifactId>spigot-api</artifactId>
19-
<version>1.11-R0.1-SNAPSHOT</version>
19+
<version>1.11-R0.1-SNAPSHOTjit</version>
2020
<scope>provided</scope>
2121
</dependency>
2222

@@ -76,7 +76,7 @@
7676
<!-- BUILD -->
7777

7878
<build>
79-
<defaultGoal>clean package install deploy</defaultGoal>
79+
<defaultGoal>clean package install</defaultGoal>
8080
<finalName>ServerTutorial</finalName>
8181

8282
<!-- BUILD PLUGINS -->

0 commit comments

Comments
 (0)