On 9/4/07, netflexity <[EMAIL PROTECTED]> wrote:
>
> Sorry, I tried to figure this plugin thing on my own and not bug you, but I
> cannot find a single sample of how to use this custom jbi plugin in pom.xml.
>
> Thanks a lot.
>
>
> gnodet wrote:
> >
> > You need to disable the SU jbi descriptor generation.
> > There is property to configure on the plugin to do so:
> > see http://incubator.apache.org/servicemix/dist/servicemix-3.1-
> > incubating/site/tooling/jbi-maven-plugin/generate-jbi-service-unit-
> > descriptor-mojo.html
> >
> > Just configure the generateJbiDescriptor to false on the plugin
> > configuration
> > in your pom.

Below is an example:

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.servicemix.tooling</groupId>
        <artifactId>jbi-maven-plugin</artifactId>
        <version>${servicemix-version}</version>
        <extensions>true</extensions>
        <configuration>
          <generateJbiDescriptor>false</generateJbiDescriptor>
        </configuration>
      </plugin>
    </plugins>
  </build>


Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/

Reply via email to