Skip to content

Commit

Permalink
Maven launch helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Feb 24, 2024
1 parent 100eb2a commit c4c78b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/launch/Maven build.launch
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
<stringAttribute key="bad_container_name" value="/org.basilevs.jstackfilter.build/launch"/>
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/opt/homebrew/bin/mvn"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-f ${workspace_loc:/org.basilevs.jstackfilter.build/pom.xml}&#10;clean&#10;verify"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.basilevs.jstackfilter.build}/.."/>
</launchConfiguration>
8 changes: 8 additions & 0 deletions build/launch/Set version.launch
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
<stringAttribute key="bad_container_name" value="/org.basilevs.jstackfilter.build/launch"/>
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/opt/homebrew/bin/mvn"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-f ${workspace_loc:/org.basilevs.jstackfilter.build/pom.xml}&#10;org.eclipse.tycho:tycho-versions-plugin:set-version&#10;-DnewVersion=0.0.7-SNAPSHOT"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.basilevs.jstackfilter.build}/.."/>
</launchConfiguration>

0 comments on commit c4c78b9

Please sign in to comment.