File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 110
110
</execution >
111
111
</executions >
112
112
</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 >
113
124
</plugins >
114
125
</build >
115
126
Original file line number Diff line number Diff line change 153
153
<skip >true</skip >
154
154
</configuration >
155
155
</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 >
156
167
</plugins >
157
168
</build >
158
169
You can’t perform that action at this time.
0 commit comments