File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -209,4 +209,23 @@ Genetics, and others.</license.copyrightOwners>
209209 <scope >test</scope >
210210 </dependency >
211211 </dependencies >
212+
213+ <profiles >
214+ <!-- Launch the Script Editor via Maven using: mvn -Pexec,editor -->
215+ <profile >
216+ <id >editor</id >
217+ <properties >
218+ <main-class >org.scijava.ui.swing.script.ScriptEditorTestDrive</main-class >
219+ <exec .classpathScope>test</exec .classpathScope>
220+ </properties >
221+ </profile >
222+ <!-- Launch the Script Interpreter via Maven using: mvn -Pexec,interp -->
223+ <profile >
224+ <id >interp</id >
225+ <properties >
226+ <main-class >org.scijava.ui.swing.script.ScriptInterpreterTestDrive</main-class >
227+ <exec .classpathScope>test</exec .classpathScope>
228+ </properties >
229+ </profile >
230+ </profiles >
212231</project >
You can’t perform that action at this time.
0 commit comments