maven.juilder-docpath plugin property.maven.juilder-outpath plugin property.maven.juilder-docpath plugin property.
+ maven.juilder-outpath plugin property.
- Location of documentation used by JBuilder. - Default : target/jbuilder-doc + the JBuilder user home directory. + Default : ${user.home}
Location of output directory used by JBuilder for classes. - Default : target/jbuilder-classes + Default : ${maven.build.dest} +
++ 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 +
++ Optional documentation path. If not defined, the path defined by the javadoc + plugin will be used. +
++ 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. +
++ The verbose mode for generating the dependency library. + Default : false