Skip to content

Commit e90540b

Browse files
committed
Add launch configuration.
1 parent a6fc045 commit e90540b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Apply spotless.launch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
3+
<intAttribute key="M2_COLORS" value="0"/>
4+
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
5+
<stringAttribute key="M2_GOALS" value="spotless:apply"/>
6+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
7+
<booleanAttribute key="M2_OFFLINE" value="true"/>
8+
<stringAttribute key="M2_PROFILES" value=""/>
9+
<listAttribute key="M2_PROPERTIES"/>
10+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
11+
<booleanAttribute key="M2_SKIP_TESTS" value="true"/>
12+
<intAttribute key="M2_THREADS" value="1"/>
13+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
14+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
15+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="true"/>
16+
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
17+
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>
18+
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
19+
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
20+
</listAttribute>
21+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
22+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
23+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
24+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/ml}"/>
25+
</launchConfiguration>

0 commit comments

Comments
 (0)