A Mojo used to build the jbi.xml file for a service unit.
Mojo Attributes:
runtimegenerate-resources| Name | Type | Description |
|---|---|---|
| workDirectory | File |
Directory that resources are copied to during the build. |
| Name | Type | Description |
|---|---|---|
| artifactMetadataSource | ArtifactMetadataSource |
No description. |
| description | String |
The component description. |
| encoding | String |
Character encoding for the auto-generated application.xml file. |
| factory | ArtifactFactory |
No description. |
| generateJbiDescriptor | Boolean |
Whether the jbi.xml should be generated or not. |
| generatedDescriptorLocation | String |
Directory where the application.xml file will be auto-generated. |
| jbiConnectionsFile | File |
The location of a file containing the connections elements that can be merged into the jbi.xml |
| localRepo | ArtifactRepository |
No description. Default value is ${localRepository}. |
| name | String |
The component name. |
| projectBuilder | MavenProjectBuilder |
No description. |
| projectHelper | MavenProjectHelper |
Maven ProjectHelper |
| remoteRepos | List |
No description. Default value is ${project.remoteArtifactRepositories}. |
| resolver | ArtifactResolver |
No description. |
org.apache.maven.artifact.metadata.ArtifactMetadataSourceNojava.lang.StringNo${project.name}java.lang.StringNoorg.apache.maven.artifact.factory.ArtifactFactoryNojava.lang.BooleanNojava.lang.StringNo${project.build.directory}/classes/META-INFjava.io.FileNo${basedir}/src/main/resources/jbi-connections.xmlorg.apache.maven.artifact.repository.ArtifactRepositoryNo${localRepository}java.lang.StringNo${project.artifactId}org.apache.maven.project.MavenProjectBuilderNoorg.apache.maven.project.MavenProjectHelperNojava.util.ListNo${project.remoteArtifactRepositories}org.apache.maven.artifact.resolver.ArtifactResolverNojava.io.FileYes${project.build.directory}/${project.artifactId}-${project.version}-installer