Skip to content

Commit 84eb108

Browse files
committed
Removed antrun from pom.xml
1 parent 461573b commit 84eb108

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<build>
2424
<finalName>${project.name}-${project.version}</finalName>
25-
<sourceDirectory>src/main/java</sourceDirectory>
25+
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
2626
<defaultGoal>clean package</defaultGoal>
2727
<resources>
2828
<resource>
@@ -44,22 +44,6 @@
4444
<target>1.8</target>
4545
</configuration>
4646
</plugin>
47-
<plugin>
48-
<artifactId>maven-antrun-plugin</artifactId>
49-
<executions>
50-
<execution>
51-
<phase>package</phase>
52-
<configuration>
53-
<tasks>
54-
<copy file="target/${project.name}-${project.version}.jar" todir="/Users/ZP4RKER/Public/Spigot/plugins" />
55-
</tasks>
56-
</configuration>
57-
<goals>
58-
<goal>run</goal>
59-
</goals>
60-
</execution>
61-
</executions>
62-
</plugin>
6347
</plugins>
6448
</build>
6549

0 commit comments

Comments
 (0)