Skip to content

Commit 52f4103

Browse files
committed
build: remove assembly.xml
1 parent 101794f commit 52f4103

File tree

3 files changed

+0
-70
lines changed

3 files changed

+0
-70
lines changed

assembly/MANIFEST.MF

Lines changed: 0 additions & 6 deletions
This file was deleted.

assembly/assembly.xml

Lines changed: 0 additions & 45 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -244,25 +244,6 @@
244244
<id>directory</id>
245245
<build>
246246
<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>
266247
<plugin>
267248
<groupId>org.apache.maven.plugins</groupId>
268249
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)