We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e084268 commit 3943e8aCopy full SHA for 3943e8a
plugins/pom.xml
@@ -58,25 +58,6 @@
58
59
<build>
60
<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>
80
</plugins>
81
82
<pluginManagement>
0 commit comments