From b58aa9f1e4345084ea7cfd9d98730d3ac634cd5e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Fri, 9 Jun 2006 20:14:16 +0000 Subject: [PATCH] PR: MPDIST-12 Replace deprecated maven.src.dir by pom.build.sourceDirectory. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@413149 13f79535-47bb-0310-9956-ffa450edef68 --- dist/plugin.jelly | 4 ++-- dist/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/plugin.jelly b/dist/plugin.jelly index dac4535a..5c61c687 100644 --- a/dist/plugin.jelly +++ b/dist/plugin.jelly @@ -124,9 +124,9 @@ - + - + diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml index 7bac8e17..5ec13508 100644 --- a/dist/xdocs/changes.xml +++ b/dist/xdocs/changes.xml @@ -25,6 +25,7 @@ + build-src goal does not use pom.build.sourceDirectory. Fix compatibility with the version of ant plugin newer or equal to 1.10. New maven.dist.src.include property. Allow to configure to which files should use CRLF/LF line endings in archives.