diff --git a/jbuilder/plugin.jelly b/jbuilder/plugin.jelly index 83b6d5e6..33fa6fb7 100644 --- a/jbuilder/plugin.jelly +++ b/jbuilder/plugin.jelly @@ -294,7 +294,7 @@ - + diff --git a/jbuilder/plugin.properties b/jbuilder/plugin.properties index b541e73a..9277cd39 100644 --- a/jbuilder/plugin.properties +++ b/jbuilder/plugin.properties @@ -22,6 +22,7 @@ maven.jbuilder.outpath = ${maven.build.dest} maven.jbuilder.application.runner = com.borland.jbuilder.runtime.ApplicationRunner maven.jbuilder.applet.runner = com.borland.jbuilder.runtime.AppletRunner maven.jbuilder.verbose=false +maven.jbuilder.bakpath = ${maven.build.dir}/bak # List of additional files that should be added to the JBuilder project if # they exist. The default is the standard Maven project files. diff --git a/jbuilder/xdocs/changes.xml b/jbuilder/xdocs/changes.xml index b4f02fff..92dd8acb 100644 --- a/jbuilder/xdocs/changes.xml +++ b/jbuilder/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add maven.jbuilder.bakpath property. Add xdocs and subdir into jbuilder folder(s). Fix crash with Maven RC2. diff --git a/jbuilder/xdocs/properties.xml b/jbuilder/xdocs/properties.xml index 96dbadd7..cdde5722 100644 --- a/jbuilder/xdocs/properties.xml +++ b/jbuilder/xdocs/properties.xml @@ -43,7 +43,7 @@ - maven.juilder.outpath + maven.jbuilder.outpath Yes

@@ -64,6 +64,15 @@

+ + maven.jbuilder.bakpath + Yes + +

+ Location of JBuilder backup directory. Default: ${maven.build.dir}/bak +

+ + maven.jbuilder.docpath Yes