Skip to content

Commit a5d202f

Browse files
committed
remove assembly plugin
1 parent c98bfa3 commit a5d202f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -301,27 +301,6 @@
301301
</configuration>
302302

303303
</plugin>
304-
<plugin>
305-
<groupId>org.apache.maven.plugins</groupId>
306-
<artifactId>maven-assembly-plugin</artifactId>
307-
<version>2.3</version>
308-
<configuration>
309-
<appendAssemblyId>false</appendAssemblyId>
310-
<descriptorRefs>
311-
<descriptorRef>jar-with-dependencies</descriptorRef>
312-
</descriptorRefs>
313-
</configuration>
314-
<executions>
315-
<execution>
316-
<id>make-assembly</id>
317-
<phase>package</phase>
318-
<goals>
319-
<goal>assembly</goal>
320-
</goals>
321-
</execution>
322-
</executions>
323-
324-
</plugin>
325304

326305

327306
<!-- 要将源码放上去,需要加入这个插件 -->

0 commit comments

Comments
 (0)