-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMaven Legacy.launch
15 lines (15 loc) · 1.48 KB
/
Maven Legacy.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<mapEntry key="JAVA_HOME" value="${maven.build.java.home}"/>
<mapEntry key="PATH" value="${maven.bash.home}/../usr/bin${system_property:path.separator}${env_var:PATH}"/>
</mapAttribute>
<stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE" value="${project_loc:/org.eclipse.orbit.legacy}/build.log"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${maven.build.command}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DU -DX -DDtycho.debug.resolver=true -Dmaven.artifact.threads=16 -Duser.home=${system_property:user.home} -Dorg.eclipse.justj.p2.manager.args="-remote localhost:${project_loc:/org.eclipse.orbit.legacy}/updates" -Dbuild.type=nightly -Ddash.projectId=tools.orbit clean verify"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc:/org.eclipse.orbit.legacy}/"/>
</launchConfiguration>