ep:compile-liveview-fragment
Full name:
com.tibco.ep:ep-maven-plugin:2.2.1:compile-liveview-fragment
Description:
Compile LiveView.
Compilation includes copying the source files to the output directory
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
compile
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<liveviewDirectory> |
File |
1.0.0 |
LiveView source directory. Example use in pom.xml: Default: ${project.basedir}/src/main/liveview User Property: liveviewDirectory |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<ignoreLeaks> |
String[] |
1.3.0 |
List of class names to ignore in leak detection. This is processed to a CSV value to include in unit testing and in jar manifest file. Example use in pom.xml: |
<productHome> |
File |
1.0.0 |
Product home location. This path is resolved in the following way :
Example use in pom.xml: Example use on commandline: User Property: com.tibco.ep.ep-maven.product |
Parameter Details
<ignoreLeaks>
List of class names to ignore in leak detection. This is processed to a CSV value to include in unit testing and in jar manifest file.
Example use in pom.xml:
- Type:
java.lang.String[]
- Since:
1.3.0
- Required:
No
<liveviewDirectory>
LiveView source directory.
Example use in pom.xml:
- Type:
java.io.File
- Since:
1.0.0
- Required:
Yes
- User Property:
liveviewDirectory
- Default:
${project.basedir}/src/main/liveview
<productHome>
Product home location. This path is resolved in the following way :
- If property com.tibco.ep.ep-maven.product is set, use that, else
- If environment variable TIBCO_EP_HOME is set, use that, else
- Use localrepository/../product-group/product-artifact/product-version (so default is ~/.m2/product-group/product-artifact/product-version)
Example use in pom.xml:
Example use on commandline:
- Type:
java.io.File
- Since:
1.0.0
- Required:
No
- User Property:
com.tibco.ep.ep-maven.product