Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / build / metadata / .plugins / org.eclipse.debug.core / .launches / maven install-extension without test.launch @ 28292

History | View | Annotate | Download (738 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn.bat"/>
8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="install -Dmaven.test.skip=true -P install-extension"/>
9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10
</launchConfiguration>