Skip to content

Commit 2d3eef1

Browse files
committed
Add Maven launch-config to build native binaries of running platform
1 parent 5c9180b commit 2d3eef1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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="clean antrun:run@build-native-binaries"/>
6+
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
7+
<booleanAttribute key="M2_OFFLINE" value="false"/>
8+
<stringAttribute key="M2_PROFILES" value=""/>
9+
<listAttribute key="M2_PROPERTIES">
10+
<listEntry value="native=${target.ws}.${target.os}.${target.arch}"/>
11+
</listAttribute>
12+
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
13+
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
14+
<intAttribute key="M2_THREADS" value="1"/>
15+
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
16+
<stringAttribute key="M2_USER_SETTINGS" value=""/>
17+
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
18+
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
19+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
20+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
21+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
22+
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
23+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:eclipse.platform.swt}/binaries/org.eclipse.swt.${target.ws}.${target.os}.${target.arch}"/>
24+
</launchConfiguration>

0 commit comments

Comments
 (0)