Skip to content

Commit d6dfa10

Browse files
committed
need to update to the latest goal
1 parent 016764c commit d6dfa10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
</plugin>
8282
<plugin>
8383
<artifactId>maven-assembly-plugin</artifactId>
84+
<version>3.6.0</version>
8485
<configuration>
8586
<descriptorRefs>
8687
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -91,7 +92,7 @@
9192
<id>make-assembly</id>
9293
<phase>package</phase>
9394
<goals>
94-
<goal>attached</goal>
95+
<goal>single</goal>
9596
</goals>
9697
</execution>
9798
</executions>

0 commit comments

Comments
 (0)