16 lines
631 B
Diff
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>
|