Skip to content

Commit

Permalink
build: remove assembly.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Sep 11, 2023
1 parent ddea876 commit ceb39ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
6 changes: 0 additions & 6 deletions assembly/MANIFEST.MF

This file was deleted.

45 changes: 0 additions & 45 deletions assembly/assembly.xml

This file was deleted.

19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,25 +271,6 @@
<id>directory</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals>
<phase>install</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit ceb39ce

Please sign in to comment.