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 8c3b20f commit 47b2edfCopy full SHA for 47b2edf
src/main/java/org/apache/maven/plugins/dependency/ListClassesMojo.java
@@ -149,6 +149,10 @@ public class ListClassesMojo extends AbstractMojo {
149
150
@Override
151
public void execute() throws MojoExecutionException, MojoFailureException {
152
+ if (skip) {
153
+ getLog().info("Skipping plugin execution");
154
+ return;
155
+ }
156
ProjectBuildingRequest buildingRequest = makeBuildingRequest();
157
158
try {
0 commit comments