We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39781e commit c4872cdCopy full SHA for c4872cd
pom.xml
@@ -7,7 +7,7 @@
7
8
<groupId>org.scijava</groupId>
9
<artifactId>pom-scijava</artifactId>
10
- <version>1.26</version>
+ <version>1.27</version>
11
<packaging>pom</packaging>
12
13
<name>SciJava Projects</name>
@@ -280,6 +280,19 @@
280
</execute>
281
</action>
282
</pluginExecution>
283
+ <pluginExecution>
284
+ <pluginExecutionFilter>
285
+ <groupId>net.imagej</groupId>
286
+ <artifactId>imagej-maven-plugin</artifactId>
287
+ <versionRange>[0.1.0,)</versionRange>
288
+ <goals>
289
+ <goal>set-rootdir</goal>
290
+ </goals>
291
+ </pluginExecutionFilter>
292
+ <action>
293
+ <ignore/>
294
+ </action>
295
+ </pluginExecution>
296
</pluginExecutions>
297
</lifecycleMappingMetadata>
298
</configuration>
0 commit comments