Skip to content

Commit cd8c793

Browse files
committed
Remove assembly plugin
We don’t really need to build an assembly - most people will just consume this via maven, and if they don’t, they can do their own packaging.
1 parent 98efd97 commit cd8c793

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -208,24 +208,6 @@
208208
</execution>
209209
</executions>
210210
</plugin>
211-
<plugin>
212-
<artifactId>maven-assembly-plugin</artifactId>
213-
<version>3.1.1</version>
214-
<configuration>
215-
<descriptors>
216-
<descriptor>deploy/distribution.xml</descriptor>
217-
</descriptors>
218-
</configuration>
219-
<executions>
220-
<execution>
221-
<id>make-assembly</id> <!-- this is used for inheritance merges -->
222-
<phase>package</phase> <!-- bind to the packaging phase -->
223-
<goals>
224-
<goal>single</goal>
225-
</goals>
226-
</execution>
227-
</executions>
228-
</plugin>
229211
<plugin>
230212
<groupId>org.apache.maven.plugins</groupId>
231213
<artifactId>maven-scm-publish-plugin</artifactId>

0 commit comments

Comments
 (0)