We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a713393 commit 0fcbc8cCopy full SHA for 0fcbc8c
1 file changed
pom.xml
@@ -134,4 +134,15 @@
134
<url>https://maven.scijava.org/content/groups/public/</url>
135
</repository>
136
</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>
148
</project>
0 commit comments