8000 attempting to fix CI · scijava/pom-scijava@6ded415 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ded415

Browse files
committed
attempting to fix CI
1 parent 4be023c commit 6ded415

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6846,6 +6846,17 @@
68466846
</arguments>
68476847
</configuration>
68486848
</execution>
6849+
<execution>
6850+
<id>ls</id>
6851+
<phase>generate-sources</phase>
6852+
<goals>
6853+
<goal>exec</goal>
6854+
</goals>
6855+
<configuration>
6856+
<executable>ls</executable>
6857+
<workingDirectory>${basedir}/gradle-scijava</workingDirectory>
6858+
</configuration>
6859+
</execution>
68496860
</executions>
68506861
</plugin>
68516862
<!-- https://www.mojohaus.org/exec-maven-plugin/exec-mojo.html -->

0 commit comments

Comments
 (0)
0