Skip to content

Commit 77a9128

Browse files
committed
POM: update to pom-scijava 9.3.0
This allows us to remove the Eclipse lifecycle configuration for the exec-maven-plugin, since it is declared in pom-scijava now.
1 parent d87844f commit 77a9128

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

pom.xml

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>9.1.0</version>
8+
<version>9.3.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -182,49 +182,4 @@ Institute of Molecular Cell Biology and Genetics.</organizationName>
182182
</plugin>
183183
</plugins>
184184
</build>
185-
186-
<profiles>
187-
<profile>
188-
<id>only-eclipse</id>
189-
<activation>
190-
<property>
191-
<name>m2e.version</name>
192-
</property>
193-
</activation>
194-
<build>
195-
<pluginManagement>
196-
<plugins>
197-
<!--
198-
This plugin's configuration is used to store Eclipse m2e settings
199-
only. It has no influence on the Maven build itself.
200-
-->
201-
<plugin>
202-
<groupId>org.eclipse.m2e</groupId>
203-
<artifactId>lifecycle-mapping</artifactId>
204-
<version>1.0.0</version>
205-
<configuration>
206-
<lifecycleMappingMetadata>
207-
<pluginExecutions>
208-
<pluginExecution>
209-
<pluginExecutionFilter>
210-
<groupId>org.codehaus.mojo</groupId>
211-
<artifactId>exec-maven-plugin</artifactId>
212-
<versionRange>1.2.1</versionRange>
213-
<goals>
214-
<goal>java</goal>
215-
</goals>
216-
</pluginExecutionFilter>
217-
<action>
218-
<ignore />
219-
</action>
220-
</pluginExecution>
221-
</pluginExecutions>
222-
</lifecycleMappingMetadata>
223-
</configuration>
224-
</plugin>
225-
</plugins>
226-
</pluginManagement>
227-
</build>
228-
</profile>
229-
</profiles>
230185
</project>

0 commit comments

Comments
 (0)