Property | Optional? | Description |
---|---|---|
maven.jbuilder.userHome | Yes |
the JBuilder user home directory. Default : ${user.home} |
maven.jbuilder.outpath | Yes |
Location of output directory used by JBuilder for classes. Default : ${maven.build.dest} |
maven.jbuilder.additionalSources | Yes |
List of additional files that should be added to the JBuilder project if they exist. The default is the standard Maven project files. All values are separated by a comma. Default : project.xml,maven.xml,project.properties |
maven.jbuilder.bakpath | Yes |
Location of JBuilder backup directory. Default: ${maven.build.dir}/bak |
maven.jbuilder.docpath | Yes |
Optional documentation path. If not defined, the path defined by the javadoc plugin will be used. |
maven.jbuilder.testDependencies | Yes |
Optional list of test dependencies. The list must be an instance of java.util.List and each element of the list must be an instance of org.apache.maven.project.Dependency. Therefore, this variable technically cannot be initialized in a properties file, it must be initialized via jelly code. It is listed here for documentation purposes. In general, the test dependencies will be project specific and should be initialized in a pre-goal. |
maven.jbuilder.verbose | Yes |
The verbose mode for generating the dependency library. Default : false |