Skip to content

Commit 3943e8a

Browse files
committed
fix: Remove unpacked dependencies from plugin jars.
1 parent e084268 commit 3943e8a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

plugins/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,6 @@
5858

5959
<build>
6060
<plugins>
61-
<plugin>
62-
<groupId>org.apache.maven.plugins</groupId>
63-
<artifactId>maven-dependency-plugin</artifactId>
64-
<executions>
65-
<!-- unpack dependencies to classes for each plugin so it can be installed independently -->
66-
<execution>
67-
<id>unpack-dependency-classes</id>
68-
<phase>compile</phase>
69-
<goals>
70-
<goal>unpack-dependencies</goal>
71-
</goals>
72-
<configuration>
73-
<includeScope>runtime</includeScope>
74-
<includes>**/*.class</includes>
75-
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
76-
</configuration>
77-
</execution>
78-
</executions>
79-
</plugin>
8061
</plugins>
8162

8263
<pluginManagement>

0 commit comments

Comments
 (0)