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