We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98bfa3 commit a5d202fCopy full SHA for a5d202f
pom.xml
@@ -301,27 +301,6 @@
301
</configuration>
302
303
</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>
325
326
327
<!-- 要将源码放上去,需要加入这个插件 -->
0 commit comments