Skip to content

Commit 1a3d6c1

Browse files
odrotbohmciberkleid
andcommitted
GH-984 - Prevent APT from depending on Docs artifact.
Co-authored-by: Cora Iberkleid <ciberkleid@gmail.com>
1 parent af77ef1 commit 1a3d6c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

spring-modulith-apt/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,20 @@
9595
<artifactSet>
9696
<includes>
9797
<include>io.toolisticon.aptk:*</include>
98+
<include>org.springframework.modulith:spring-modulith-docs</include>
9899
</includes>
99100
</artifactSet>
100101

102+
<filters>
103+
<filter>
104+
<artifact>org.springframework.modulith:spring-modulith-docs</artifact>
105+
<includes>
106+
<include>org/springframework/modulith/docs/metadata/*.class</include>
107+
<include>org/springframework/modulith/docs/util/*.class</include>
108+
</includes>
109+
</filter>
110+
</filters>
111+
101112
<relocations>
102113
<relocation>
103114
<pattern>io.toolisticon.aptk</pattern>

0 commit comments

Comments
 (0)