File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,18 @@ Konstanz, and KNIME GmbH.</license.copyrightOwners>
192192 </dependencies >
193193
194194 <build >
195- <!--
196- SciJava Common provides a plugin indexer which handles its
197- @Plugin annotations, in the form of a compile-time annotation
198- processor. SJC also provides plugins of various sorts, such
199- as the core Service plugin implementations.
200-
201- In order for these to be processed correctly and avoid a
202- chicken-and-egg problem with annotation processing here, we
203- disable annotation processing during compilation, and instead
204- run the plugin indexer manually in the process-classes phase.
205- -->
206195 <plugins >
196+ <!--
197+ SciJava Common provides a plugin indexer which handles its
198+ @Plugin annotations, in the form of a compile-time annotation
199+ processor. SJC also provides plugins of various sorts, such
200+ as the core Service plugin implementations.
201+
202+ In order for these to be processed correctly and avoid a
203+ chicken-and-egg problem with annotation processing here, we
204+ disable annotation processing during compilation, and instead
205+ run the plugin indexer manually in the process-classes phase.
206+ -->
207207 <plugin >
208208 <groupId >org.apache.maven.plugins</groupId >
209209 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments