1 file changed
@@ -223,11 +223,22 @@ | |||
| 223 | 223 | <artifactId>exec-maven-plugin</artifactId> | |
| 224 | 224 | <executions> | |
| 225 | 225 | <execution> | |
| 226 | + <id>index-annotations</id> | ||
| 226 | 227 | <phase>process-classes</phase> | |
| 227 | 228 | <goals> | |
| 228 | 229 | <goal>java</goal> | |
| 229 | 230 | </goals> | |
| 230 | 231 | </execution> | |
| 232 | + <execution> | ||
| 233 | + <id>index-test-annotations</id> | ||
| 234 | + <phase>process-test-classes</phase> | ||
| 235 | + <goals> | ||
| 236 | + <goal>java</goal> | ||
| 237 | + </goals> | ||
| 238 | + <configuration> | ||
| 239 | + <classpathScope>test</classpathScope> | ||
| 240 | + </configuration> | ||
| 241 | + </execution> | ||
| 231 | 242 | </executions> | |
| 232 | 243 | <configuration> | |
| 233 | 244 | <mainClass>org.scijava.annotations.EclipseHelper</mainClass> | |
0 commit comments