Skip to content

Commit 0fcbc8c

Browse files
committed
Add a profile to launch the REPL via Maven
1 parent a713393 commit 0fcbc8c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,15 @@
134134
<url>https://maven.scijava.org/content/groups/public/</url>
135135
</repository>
136136
</repositories>
137+
138+
<profiles>
139+
<!-- Launch the GUI via Maven using: mvn -Pexec,repl -->
140+
<profile>
141+
<id>repl</id>
142+
<properties>
143+
<main-class>org.scijava.scripting.fx.SciJavaReplFXExampleKt</main-class>
144+
<exec.classpathScope>test</exec.classpathScope>
145+
</properties>
146+
</profile>
147+
</profiles>
137148
</project>

0 commit comments

Comments
 (0)