From 5a0765f24315cd68b04b91aa1ef195fa45812f38 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 4 Apr 2004 03:38:03 +0000 Subject: [PATCH] remove use of target, replace with maven.build.dir git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114976 13f79535-47bb-0310-9956-ffa450edef68 --- jdee/plugin.jelly | 11 +++++++---- jdee/project.xml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/jdee/plugin.jelly b/jdee/plugin.jelly index 13f5aff7..88dfc5ee 100644 --- a/jdee/plugin.jelly +++ b/jdee/plugin.jelly @@ -51,11 +51,14 @@ (quote (jde-sourcepath (quote ("./${srcDir}")))) - (quote (jde-compile-option-directory "./target/classes")) - (quote (jde-javadoc-gen-destination-directory "./target/docs/apidocs")) + + + + (quote (jde-compile-option-directory "./${mavenBuildDest}")) + (quote (jde-javadoc-gen-destination-directory "./${mavenDocsDest}/apidocs")) (quote (jde-project-file-name "${projectFile}")) (quote (jde-javadoc-gen-window-title "${pom.name} - ${pom.organization} (${pom.inceptionYear})")) - (quote (jde-import-excluded-packages (quote ("target.*")))) + (quote (jde-import-excluded-packages (quote ("${mavenBuildDir}.*")))) @@ -63,7 +66,7 @@ (quote (jde-run-application-class "${mainClass}")) -(quote (jde-global-classpath (quote ("./target/classes" +(quote (jde-global-classpath (quote ("./${mavenBuildDest}" "./${srcDir}" diff --git a/jdee/project.xml b/jdee/project.xml index 2a832a76..d219982b 100644 --- a/jdee/project.xml +++ b/jdee/project.xml @@ -23,7 +23,7 @@ 3 maven-jdee-plugin Maven JDEE Plug-in - 1.0 + 1.1-SNAPSHOT A plugin to create a project file to be used within the