From 0429883da706cdf61b1b1b05c7606e477c31b4d4 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 17 Jan 2006 19:02:31 +0000 Subject: [PATCH] PR: MPFILEACTIVITY-2 File activity plugin creates wrong links for Subversion repositories. Use maven.changelog.svn.baseurl property. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369866 13f79535-47bb-0310-9956-ffa450edef68 --- file-activity/plugin.jelly | 3 ++- .../src/plugin-resources/maven-file-activity-plugin.jsl | 3 +++ file-activity/xdocs/changes.xml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/file-activity/plugin.jelly b/file-activity/plugin.jelly index 6829f85f..27cce8e9 100644 --- a/file-activity/plugin.jelly +++ b/file-activity/plugin.jelly @@ -63,7 +63,8 @@ - + + diff --git a/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl b/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl index 3208cac7..871dfbeb 100644 --- a/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl +++ b/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl @@ -92,6 +92,9 @@ + + + diff --git a/file-activity/xdocs/changes.xml b/file-activity/xdocs/changes.xml index b5cbb92f..5a6c9113 100644 --- a/file-activity/xdocs/changes.xml +++ b/file-activity/xdocs/changes.xml @@ -24,6 +24,7 @@ + File activity plugin creates wrong links for Subversion repositories. Use maven.changelog.svn.baseurl property. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • commons-jelly-tags-xml v1.0 -> v1.1