Skip to content

Commit 8b846ea

Browse files
gselzerctrueden
authored andcommitted
Move therapi annotation processor upstream
Doing this allows us to remove the maven compiler plugin conifguration from scijava-ops' POM
1 parent 3032b7d commit 8b846ea

2 files changed

Lines changed: 7 additions & 20 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,14 @@
9494
<plugin>
9595
<artifactId>maven-compiler-plugin</artifactId>
9696
<configuration>
97+
<debug>true</debug>
98+
<optimize>true</optimize>
9799
<annotationProcessorPaths>
100+
<path>
101+
<groupId>com.github.therapi</groupId>
102+
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
103+
<version>0.12.0</version>
104+
</path>
98105
<path>
99106
<groupId>org.scijava</groupId>
100107
<artifactId>scijava-common</artifactId>

scijava/scijava-ops/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -113,26 +113,6 @@
113113
<groupId>com.alexecollins.maven.plugin</groupId>
114114
<artifactId>script-maven-plugin</artifactId>
115115
</plugin>
116-
<plugin>
117-
<groupId>org.apache.maven.plugins</groupId>
118-
<artifactId>maven-compiler-plugin</artifactId>
119-
<configuration>
120-
<debug>true</debug>
121-
<optimize>true</optimize>
122-
<annotationProcessorPaths>
123-
<path>
124-
<groupId>com.github.therapi</groupId>
125-
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
126-
<version>0.12.0</version>
127-
</path>
128-
<path>
129-
<groupId>org.scijava</groupId>
130-
<artifactId>scijava-common</artifactId>
131-
<version>2.83.3</version>
132-
</path>
133-
</annotationProcessorPaths>
134-
</configuration>
135-
</plugin>
136116
<plugin>
137117
<groupId>org.apache.maven.plugins</groupId>
138118
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)