Skip to content

Commit

Permalink
Added javafx:run to supported execgoals (apache#2621)
Browse files Browse the repository at this point in the history
Co-authored-by: John McDonnell <[email protected]>
  • Loading branch information
mcdonnell-john and John McDonnell authored Jan 9, 2021
1 parent 636f9cc commit 64e3ee2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public class ExecPluginOutputListenerProvider implements OutputProcessor {

private static final String[] EXECGOALS = new String[] {
"mojo-execute#exec:exec", //NOI18N
"mojo-execute#exec:java" //NOI18N
"mojo-execute#exec:java", //NOI18N
"mojo-execute#javafx:run" //NOI18N
};
private final NbMavenProjectImpl project;

Expand Down

0 comments on commit 64e3ee2

Please sign in to comment.