apiviz/0003-fix-deprecated-assembly-goal.patch
2020-08-24 14:00:06 +08:00

16 lines
631 B
Diff

--- a/pom.xml 2017-01-04 11:03:27.339833354 -0600
+++ b/pom.xml 2017-01-04 11:54:22.244914798 -0600
@@ -213,10 +213,10 @@
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
- <id>attach-distribution</id>
+ <id>make-assembly</id>
<phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
</execution>
</executions>