This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
akuma/akuma-1.10-patch.diff
2017-08-05 18:10:43 -03:00

16 lines
522 B
Diff

--- pom.xml-orig 2015-07-20 12:51:05.000000000 -0300
+++ pom.xml 2017-08-05 18:05:01.356967366 -0300
@@ -27,10 +27,11 @@
<plugins>
<plugin><!-- create uberjar for easy testing -->
<artifactId>maven-assembly-plugin</artifactId>
- <executions>
+ <version>3.0.0</version>
+ <executions>
<execution>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
<phase>package</phase>
<configuration>