From 2e6bab940559d7070e9c86b614aa962366b1e3bc Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 16 May 2006 17:32:59 +0000 Subject: [PATCH] PR: MPJAVA-45 Java report fails build if no source files present. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@407000 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 25 ++++++++++++++----------- java/project.xml | 2 +- java/xdocs/changes.xml | 3 +++ 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/java/plugin.jelly b/java/plugin.jelly index 70a30207..64c2771a 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -35,14 +35,7 @@ - - - - - - + @@ -55,6 +48,15 @@ + + + + + + + @@ -212,13 +214,14 @@ - + + + description="Formatted report of compiler output"/> + diff --git a/java/project.xml b/java/project.xml index 0065754c..9be5f2ef 100644 --- a/java/project.xml +++ b/java/project.xml @@ -22,7 +22,7 @@ 3 maven-java-plugin Maven Java Plugin - 1.6 + 1.6.1-SNAPSHOT Compile java code diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index 418477b8..ff28d0ee 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -24,6 +24,9 @@ Kurt Schrader + + Java report fails build if no source files present. + Compile fails using forked compiler when directory contains spaces. Also check for