Skip to content

Commit edc9a00

Browse files
committed
enh: add 'asm' to excluded artifact IDs in default-cli configuration
1 parent c3ef84e commit edc9a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/com/flowlogix/maven/plugins/CommonDevMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ boolean callGenericMojo(String groupId, String artifactId, String goal,
122122
<id>default-cli</id>
123123
<configuration>
124124
<includeScope>runtime</includeScope>
125-
<excludeArtifactIds>postgresql, checker-qual</excludeArtifactIds>
125+
<excludeArtifactIds>postgresql, checker-qual, asm</excludeArtifactIds>
126126
</configuration>
127127
</execution>
128128
</executions>

0 commit comments

Comments
 (0)