Skip to content

Commit 26f2e0b

Browse files
committed
build: remove assembly.xml
1 parent 32027e0 commit 26f2e0b

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
@@ -340,25 +340,6 @@
340340
<id>directory</id>
341341
<build>
342342
<plugins>
343-
<plugin>
344-
<groupId>org.apache.maven.plugins</groupId>
345-
<artifactId>maven-assembly-plugin</artifactId>
346-
<version>3.3.0</version>
347-
<configuration>
348-
<appendAssemblyId>false</appendAssemblyId>
349-
<descriptors>
350-
<descriptor>assembly/assembly.xml</descriptor>
351-
</descriptors>
352-
</configuration>
353-
<executions>
354-
<execution>
355-
<goals>
356-
<goal>single</goal>
357-
</goals>
358-
<phase>install</phase>
359-
</execution>
360-
</executions>
361-
</plugin>
362343
<plugin>
363344
<groupId>org.apache.maven.plugins</groupId>
364345
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)