Skip to content

Commit 020a685

Browse files
Sannegsmet
authored andcommitted
Infinispan integration tests need to spell out the need for an AP
1 parent a3aa315 commit 020a685

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

integration-tests/infinispan-cache/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@
110110
</execution>
111111
</executions>
112112
</plugin>
113+
<plugin>
114+
<artifactId>maven-compiler-plugin</artifactId>
115+
<configuration>
116+
<annotationProcessorPaths>
117+
<path>
118+
<groupId>org.infinispan.protostream</groupId>
119+
<artifactId>protostream-processor</artifactId>
120+
</path>
121+
</annotationProcessorPaths>
122+
</configuration>
123+
</plugin>
113124
</plugins>
114125
</build>
115126

integration-tests/infinispan-client/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,17 @@
153153
<skip>true</skip>
154154
</configuration>
155155
</plugin>
156+
<plugin>
157+
<artifactId>maven-compiler-plugin</artifactId>
158+
<configuration>
159+
<annotationProcessorPaths>
160+
<path>
161+
<groupId>org.infinispan.protostream</groupId>
162+
<artifactId>protostream-processor</artifactId>
163+
</path>
164+
</annotationProcessorPaths>
165+
</configuration>
166+
</plugin>
156167
</plugins>
157168
</build>
158169

0 commit comments

Comments
 (0)