Skip to content

Commit

Permalink
changed the eclipse launch target to install as well as package
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 15, 2008
1 parent af3d085 commit 5fc4c81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,6 +6,6 @@
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${system_path:/mvn.bat}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dmaven.test.skip=true clean package"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dmaven.test.skip=true clean install"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/symmetric}"/>
</launchConfiguration>

0 comments on commit 5fc4c81

Please sign in to comment.