mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Fix maven build
- Fix maven build. C:\Users\Arte\ doesnt exist on my server ;)
This commit is contained in:
parent
12232cb9fa
commit
1e688f10d9
16
pom.xml
16
pom.xml
@ -154,14 +154,14 @@
|
|||||||
<target>1.7</target>
|
<target>1.7</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<!-- <plugin> -->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!-- <groupId>org.apache.maven.plugins</groupId> -->
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<!-- <artifactId>maven-jar-plugin</artifactId> -->
|
||||||
<version>2.3.1</version>
|
<!-- <version>2.3.1</version> -->
|
||||||
<configuration>
|
<!-- <configuration> -->
|
||||||
<outputDirectory>C:\Users\Arte\Desktop\Server 1.13\plugins</outputDirectory>
|
<!-- <outputDirectory>C:\Users\Arte\Desktop\Server\plugins</outputDirectory> -->
|
||||||
</configuration>
|
<!-- </configuration> -->
|
||||||
</plugin>
|
<!-- </plugin> -->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user