We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461573b commit 84eb108Copy full SHA for 84eb108
1 file changed
pom.xml
@@ -22,7 +22,7 @@
22
23
<build>
24
<finalName>${project.name}-${project.version}</finalName>
25
- <sourceDirectory>src/main/java</sourceDirectory>
+ <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
26
<defaultGoal>clean package</defaultGoal>
27
<resources>
28
<resource>
@@ -44,22 +44,6 @@
44
<target>1.8</target>
45
</configuration>
46
</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>
63
</plugins>
64
</build>
65
0 commit comments