Skip to content

Commit 82fbfa1

Browse files
committed
Update scijava-maven-plugin to 2.0.0
The copy-jars goal changed to populate-app.
1 parent cf03823 commit 82fbfa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<javafx-maven-plugin.version>8.8.3</javafx-maven-plugin.version>
253253
<maven-graph-plugin.version>1.45</maven-graph-plugin.version>
254254
<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>
255+
<scijava-maven-plugin.version>2.0.0</scijava-maven-plugin.version>
256256

257257
<!-- Plugin dependencies -->
258258
<extra-enforcer-rules.version>1.2</extra-enforcer-rules.version>
@@ -931,10 +931,10 @@
931931
</configuration>
932932
<executions>
933933
<execution>
934-
<id>copy-jars</id>
934+
<id>populate-app</id>
935935
<phase>install</phase>
936936
<goals>
937-
<goal>copy-jars</goal>
937+
<goal>populate-app</goal>
938938
</goals>
939939
</execution>
940940
</executions>

0 commit comments

Comments
 (0)