From 071889dbe5741fae59ab0242d553d2aad7e7bc6f Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Tue, 7 Oct 2014 16:55:59 +0200 Subject: [PATCH] #15 new run-configuration added, which lists all dependencies including their licenses maven-listdependencies should be executed after install --- .../maven-listdependencies.launch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 run-configurations/maven-listdependencies.launch diff --git a/run-configurations/maven-listdependencies.launch b/run-configurations/maven-listdependencies.launch new file mode 100644 index 00000000..0bf8f2ec --- /dev/null +++ b/run-configurations/maven-listdependencies.launch @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> +<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> +<stringAttribute key="M2_GOALS" value="project-info-reports:dependencies"/> +<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"/> +<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/Users/nelsontavaresdesousa/git/test/teetime"/> +</launchConfiguration> -- GitLab