We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf03823 commit 82fbfa1Copy full SHA for 82fbfa1
1 file changed
pom.xml
@@ -252,7 +252,7 @@
252
<javafx-maven-plugin.version>8.8.3</javafx-maven-plugin.version>
253
<maven-graph-plugin.version>1.45</maven-graph-plugin.version>
254
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
255
- <scijava-maven-plugin.version>1.1.1</scijava-maven-plugin.version>
+ <scijava-maven-plugin.version>2.0.0</scijava-maven-plugin.version>
256
257
<!-- Plugin dependencies -->
258
<extra-enforcer-rules.version>1.2</extra-enforcer-rules.version>
@@ -931,10 +931,10 @@
931
</configuration>
932
<executions>
933
<execution>
934
- <id>copy-jars</id>
+ <id>populate-app</id>
935
<phase>install</phase>
936
<goals>
937
- <goal>copy-jars</goal>
+ <goal>populate-app</goal>
938
</goals>
939
</execution>
940
</executions>
0 commit comments