Full name:
com.aharpour.ebrahim:hippo-maven-plugin:0.1.0-RC-3-SNAPSHOT:generate
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
maximumDepthOfScan | int | - | The depth of Default value is: 10. User property is: maximumDepthOfScan. |
namespaces | Map | - | (no description) |
Name | Type | Since | Description |
---|---|---|---|
basePackage | String | - | (no description) Default value is: generated.beans. User property is: basePackage. |
deploymentDescriptor | File | - | Deployment descriptor of your project. The Deployment Descriptor is
used to extract value of "hst-beans-annotated-classes". By default
it is set to ${project.basedir}/src/main/webapp/WEB-INF/web.xml In
the future there is going to be another parameter which accept the
value of "hst-beans-annotated-classes" directly, So that plug-in
developers can also take advantage of this plug-in. Default value is: ${project.basedir}/src/main/webapp/WEB-INF/web.xml. User property is: deploymentDescriptor. |
namespaceLocation | String | - | (no description) Default value is: ${project.parent.basedir.absolutePath}/bootstrap/configuration/src/main/resources/namespaces. User property is: namespaceLocation. |
packageToSearch | String | - | The java package to be scanned for custom handlers. By default it
is set to "" that means by default it will scan to whole classpath. User property is: packageToSearch. |
sourceDirectory | File | - | The src directory of your project. This directory is being used to
search for java files which define Hippo beans. By default it is
set to ${project.build.sourceDirectory} Default value is: ${project.build.sourceDirectory}. User property is: sourceDirectory. |
sourceRoot | File | - | The output directory of the generated Java beans. Default value is: ${project.build.directory}/generated-sources/beans/. User property is: sourceRoot. |