Skip to content

Commit 7ad12ef

Browse files
javier-godoymlopezFC
authored andcommitted
build: remove assembly.xml
1 parent 4c81a31 commit 7ad12ef

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
@@ -256,25 +256,6 @@
256256
<id>directory</id>
257257
<build>
258258
<plugins>
259-
<plugin>
260-
<groupId>org.apache.maven.plugins</groupId>
261-
<artifactId>maven-assembly-plugin</artifactId>
262-
<version>3.3.0</version>
263-
<configuration>
264-
<appendAssemblyId>false</appendAssemblyId>
265-
<descriptors>
266-
<descriptor>assembly/assembly.xml</descriptor>
267-
</descriptors>
268-
</configuration>
269-
<executions>
270-
<execution>
271-
<goals>
272-
<goal>single</goal>
273-
</goals>
274-
<phase>install</phase>
275-
</execution>
276-
</executions>
277-
</plugin>
278259
<plugin>
279260
<groupId>org.apache.maven.plugins</groupId>
280261
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)