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 889f027 commit ec6ce50Copy full SHA for ec6ce50
assembly/MANIFEST.MF
assembly/assembly.xml
pom.xml
@@ -289,25 +289,6 @@
289
<id>directory</id>
290
<build>
291
<plugins>
292
- <plugin>
293
- <groupId>org.apache.maven.plugins</groupId>
294
- <artifactId>maven-assembly-plugin</artifactId>
295
- <version>3.3.0</version>
296
- <configuration>
297
- <appendAssemblyId>false</appendAssemblyId>
298
- <descriptors>
299
- <descriptor>assembly/assembly.xml</descriptor>
300
- </descriptors>
301
- </configuration>
302
- <executions>
303
- <execution>
304
- <goals>
305
- <goal>single</goal>
306
- </goals>
307
- <phase>install</phase>
308
- </execution>
309
- </executions>
310
- </plugin>
311
<plugin>
312
<groupId>org.apache.maven.plugins</groupId>
313
<artifactId>maven-source-plugin</artifactId>
0 commit comments