Skip to content

Commit 581f981

Browse files
committed
POM: tweak location of comment
1 parent 3f97699 commit 581f981

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)