You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Group Id: org.apache.servicemix.tooling
Artifact Id: jbi-maven-plugin
Version: 1.0-incubating-SNAPSHOT
Goal Prefix: jbi
Description:

ServiceMix is an open source ESB based on the Java Business
Integration framework - JSR-208

Mojos:

===============================================
Goal: 'generate-jbi-component-descriptor'
===============================================
Description:

A Mojo used to build the jbi.xml file.

Implementation: org.apache.servicemix.maven.plugin.jbi.GenerateComponentDescriptorMojo
Language: java
Bound to Phase: generate-resources

Parameters:
-----------------------------------------------

0 Name: bootstrap
Type: java.lang.String
Required: true
Directly editable: true
Description:

The bootstrap class name.

-----------------------------------------------

1 Name: component
Type: java.lang.String
Required: true
Directly editable: true
Description:

The component class name.

-----------------------------------------------

2 Name: description
Type: java.lang.String
Required: false
Directly editable: true
Description:

The component description.

-----------------------------------------------

3 Name: encoding
Type: java.lang.String
Required: false
Directly editable: true
Description:

Character encoding for the auto-generated application.xml file.

-----------------------------------------------

4 Name: generateJbiDescriptor
Type: java.lang.Boolean
Required: false
Directly editable: true
Description:

Whether the application.xml should be generated or not.

-----------------------------------------------

5 Name: generatedDescriptorLocation
Type: java.lang.String
Required: false
Directly editable: true
Description:

Directory where the application.xml file will be auto-generated.

-----------------------------------------------

6 Name: localRepo
Type: org.apache.maven.artifact.repository.ArtifactRepository
Required: false
Directly editable: true
Description:

Unknown

-----------------------------------------------

7 Name: name
Type: java.lang.String
Required: false
Directly editable: true
Description:

The component name.

-----------------------------------------------

  • No labels