From b2b55fa832a98944262e0995b7dcd38d748c93ea Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 24 Jul 2006 23:48:04 +0000 Subject: [PATCH] PR: MPTEST-68 Submitted by: Dennis Lundberg SourceModifications sometimes does not work for test classes. The same ant property classPresent was used in java and test plugins. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@425229 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 4 ++-- test/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index a679e65f..21035645 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -78,8 +78,8 @@ --> - - + + diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index d29e53e1..d735dff8 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -24,6 +24,7 @@ + SourceModifications sometimes does not work for test classes. maven.compile.target is not used in test:compile.