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 101794f commit 52f4103Copy full SHA for 52f4103
assembly/MANIFEST.MF
assembly/assembly.xml
pom.xml
@@ -244,25 +244,6 @@
244
<id>directory</id>
245
<build>
246
<plugins>
247
- <plugin>
248
- <groupId>org.apache.maven.plugins</groupId>
249
- <artifactId>maven-assembly-plugin</artifactId>
250
- <version>3.3.0</version>
251
- <configuration>
252
- <appendAssemblyId>false</appendAssemblyId>
253
- <descriptors>
254
- <descriptor>assembly/assembly.xml</descriptor>
255
- </descriptors>
256
- </configuration>
257
- <executions>
258
- <execution>
259
- <goals>
260
- <goal>single</goal>
261
- </goals>
262
- <phase>install</phase>
263
- </execution>
264
- </executions>
265
- </plugin>
266
<plugin>
267
<groupId>org.apache.maven.plugins</groupId>
268
<artifactId>maven-source-plugin</artifactId>
0 commit comments