maven vaadin launch scripts
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 26 Jan 2022 13:26:05 +0000 (14:26 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 26 Jan 2022 13:26:05 +0000 (14:26 +0100)
ide/eclipse/m2e/cdm-vaadin clean compile.launch [moved from ide/eclipse/m2e/vaadin clean compile.launch with 100% similarity]
ide/eclipse/m2e/cdm-vaadin install.launch [new file with mode: 0644]

diff --git a/ide/eclipse/m2e/cdm-vaadin install.launch b/ide/eclipse/m2e/cdm-vaadin install.launch
new file mode 100644 (file)
index 0000000..60dae96
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+    <booleanAttribute key="M2_DEBUG_OUTPUT" value="true"/>
+    <stringAttribute key="M2_GOALS" value="install -DskipTests -DskipITs"/>
+    <booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+    <booleanAttribute key="M2_OFFLINE" value="false"/>
+    <stringAttribute key="M2_PROFILES" value=""/>
+    <listAttribute key="M2_PROPERTIES"/>
+    <stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+    <booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+    <intAttribute key="M2_THREADS" value="1"/>
+    <booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+    <stringAttribute key="M2_USER_SETTINGS" value=""/>
+    <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+    <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:cdm-vaadin}"/>
+</launchConfiguration>