Changes
Emmanuel Venisse
Aadd support for jbuilder 2005.
Remove use of pom.getPluginContext and replace with maven:set/get.
Add maven.jbuilder.bakpath property.
Add xdocs and subdir into jbuilder folder(s).
Fix crash with Maven RC2.
Generate relative path for OutPath, DefaultPath, DocPath, SourcePath, and TestPath tag in jbuilder project.
Apply MAVEN-987
Add support to JBuilderX.
Fix MAVEN-781.
Fix MAVEN-668.
The plugin attempts to find JBuilder's "HOME" directory where it will read the user's default project properties file. The JBuilder "HOME" directory is also where library files are generated.
When you generate a JBuilder project file, the plugin iterates through its dependencies. For each dependency, a library definition file is generated for the dependency jar in the local repo. This dependent library file is generated if, and only if, the library file does not already exist or the library file was previously generated the same way (as a dependency on a jar in the local repo).
The previous point means that when you generate a jbuilder library definition file directly from a Maven project (using the jbuilder:generate-library goal) you will replace any previous definition of the library that was generated as a jar-only dependency with a library definition that references both the source and class files.
For library definitions that remain jar-only references to the local repo, you can specify a path to the corresponding source code via properties.
Support has been added for generating JBuilder application and applet runtime configurations from properties.
Any resources are added to the JBuilder project source path.
Using an optional property, you can specify a list of explicit files that will be included in the JBuilder project if they exist. The default list are project.xml, project.properties, and maven.xml.
Added support for JBuilder 9
Added maven.jbuilder.verbose property
Library files that are automatically generated from versioned (not snapshot) artifact dependencies are now versioned themselves. This is also true for snapshot dependencies where an unversioned library file has not been created yet from the corresponding artifact. As before, if an unversioned library file has already been created for a snapshot dependency, the unversioned library will be referenced.
Write company, description and title properties in jbuilder project.
Added new
maven.juilder-docpathplugin property.
Added new
maven.juilder-outpathplugin property.
Add resources to library file.
Corrected generation of library file.