Skip to content

Commit

Permalink
Exclude embedded module-info.class recursively (openhab#12865)
Browse files Browse the repository at this point in the history
See: openhab#12772 (comment)

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and psmedley committed Feb 23, 2023
1 parent 249fa48 commit 40b4cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
<configuration>
<includeScope>runtime</includeScope>
<includeTypes>jar</includeTypes>
<excludes>module-info.class</excludes>
<excludes>**/module-info.class</excludes>
<excludeGroupIds>javax.activation,org.apache.karaf.features,org.lastnpe.eea</excludeGroupIds>
<excludeArtifactIds>${dep.noembedding}</excludeArtifactIds>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
Expand Down

0 comments on commit 40b4cd1

Please sign in to comment.