Statistics
| Revision:

root / trunk / build / metadata / .plugins / org.eclipse.debug.core / .launches / maven deploy without test unix.launch @ 20506

History | View | Annotate | Download (589 Bytes)

1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="deploy  -Dmaven.test.skip=true"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
7
</launchConfiguration>