openesb-components/contrib-imola/corba-bc/integration-test/test-consumer-fromidl-compl.../consumer-fromidl-complex-on.../pom.xml

60 lines
1.7 KiB
XML
Executable File

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.imolinfo.jbi4corba.test-consumer-fromidl-complex-oneway</groupId>
<artifactId>test-consumer-fromidl-complex-oneway</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>consumer-fromidl-complex-oneway-bpel-provider</artifactId>
<!--
=========================================================
DESCRIPTION
=========================================================
-->
<name>${pom.groupId}.${pom.artifactId}-${pom.version} # ${pom.packaging}</name>
<!--
=========================================================
PACKAGING
=========================================================
-->
<packaging>jbi-service-unit</packaging>
<description>BPEL (SE)</description>
<properties>
<componentName>sun-bpel-engine</componentName>
</properties>
<!--profiles -->
<!-- Profile which creates a service unit for Service Mix -->
<!--profile>
<id>ServiceMix</id>
<properties>
<componentName>apache-ode</componentName>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile-->
<!-- Profile which creates a service unit for Open ESB -->
<!--profile>
<id>OpenESB</id-->
<!--
NetBeans 5.5.1 = com.sun.bpelse-1.0-2
NetBeans 6.0 = sun-bpel-engine
-->
<!--properties>
<componentName>sun-bpel-engine</componentName>
</properties>
</profile>
</profiles-->
</project>