Created
December 8, 2015 07:52
-
-
Save mike-boddin/0939c90ec5dfe99405a2 to your computer and use it in GitHub Desktop.
Revisions
-
mike-boddin created this gist
Dec 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <actions> <action> <actionName>CUSTOM-spring-boot:run</actionName> <displayName>spring-boot:run</displayName> <goals> <goal>spring-boot:run -Drun.jvmArguments="-Xms128m -Xmx256m"</goal> </goals> </action> <action> <actionName>CUSTOM-spring-boot:run-Debug</actionName> <displayName>spring-boot:run-Debug</displayName> <goals> <goal>spring-boot:run -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4000""</goal> </goals> </action> <action> <actionName>CUSTOM-dependency:tree</actionName> <displayName>dependency:tree</displayName> <goals> <goal>dependency:tree</goal> </goals> </action> </actions>