From 2a1dbbe9d6e701fa00ccd7e4afd17aef2f0481fb Mon Sep 17 00:00:00 2001 From: dennisl Date: Mon, 7 Aug 2006 23:33:17 +0000 Subject: [PATCH] [MPIDEA-43] Autodetect which version control system to use. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@429511 13f79535-47bb-0310-9956-ffa450edef68 --- idea/project.xml | 2 +- .../templates/v4/workspace.jelly | 33 +++++++++++++++++-- idea/xdocs/changes.xml | 3 ++ 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/idea/project.xml b/idea/project.xml index 7dfea0d6..e308329b 100644 --- a/idea/project.xml +++ b/idea/project.xml @@ -24,7 +24,7 @@ 3 maven-idea-plugin Maven IDEA Plugin - 1.6 + 1.7-SNAPSHOT IDEA Plugin for Maven IDEA Plugin for Maven. diff --git a/idea/src/plugin-resources/templates/v4/workspace.jelly b/idea/src/plugin-resources/templates/v4/workspace.jelly index ab336f8e..6ca6ed95 100644 --- a/idea/src/plugin-resources/templates/v4/workspace.jelly +++ b/idea/src/plugin-resources/templates/v4/workspace.jelly @@ -17,7 +17,7 @@ */ --> - + @@ -244,7 +244,36 @@ - diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml index 5df7c47e..df52f2a5 100644 --- a/idea/xdocs/changes.xml +++ b/idea/xdocs/changes.xml @@ -24,6 +24,9 @@ Michal Maczka + + Autodetect which version control system to use + Use relative paths for projects and modules for projects easier to check into SCM Make projects within the reactor set IDEA module dependencies, but keep all others as JAR dependencies