openesb-components/packaging/release-package/pom.xml

297 lines
11 KiB
XML
Executable File

<project>
<parent>
<artifactId>global-common</artifactId>
<groupId>open-jbi-components</groupId>
<version>1.1</version>
<relativePath>../../global-common</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>open-jbi-components</groupId>
<version>${jbicomps.currentVersion}</version>
<artifactId>bogus-ojc-release</artifactId>
<name>ojc-packaging</name>
<description>project to collect unversioned component installer jars</description>
<build>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>${project.artifactId}-fetch-deps</id>
<phase>package</phase>
<goals><goal>copy-dependencies</goal></goals>
<configuration>
<outputDirectory>${project.build.Directory}/components</outputDirectory>
<stripVersion>true</stripVersion>
<excludeTransitive>true</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>aspectse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>bpelse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>bpelsemonitor</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>componentsl-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>dcombc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>dtelse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>edmse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>emailbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>encoderlib-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>etlse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>etlse-monitor</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>filebc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>ftpbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>hl7bc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>hl7cli-package</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>httpbc-installer</artifactId>
</dependency>
<!-- add httpbc sources to the kit for JEE requirements. RT 1/30/08 -->
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>httpbc-installer-sources</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>iepse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>imsbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>jdbcbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>jmsbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>ldapbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>mqbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>msmqbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>sapbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>scriptse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>smtpbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>swiftbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>sqlse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>worklistmanagerse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>transformlib-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>xsltse-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>snmpbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>sharedutillib-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>execbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>schedulerbc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>saxonlib-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>databasebc-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>pojose-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>wsdlextlib-installer</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>restbc-installer</artifactId>
</dependency>
<!-- contrib-zaz -->
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>screenscrapingse-installer</artifactId>
<version>${contrib.zaz.currentVersion}</version>
</dependency>
<!-- contrib-gestalt -->
<dependency>
<groupId>com.gestalt.jbi.components.binding.rss</groupId>
<artifactId>rss-binding-component-install</artifactId>
<version>${gestalt_rssbc_version}</version>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.binding.sip</groupId>
<artifactId>sip-binding-component-install</artifactId>
<version>${gestalt_sipbc_version}</version>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.binding.uddi</groupId>
<artifactId>uddi-binding-component-install</artifactId>
<version>${gestalt_uddibc_version}</version>
</dependency>
<dependency>
<groupId>com.gestalt.jbi.components.binding.xmpp</groupId>
<artifactId>xmpp-binding-component-install</artifactId>
<version>${gestalt_xmppbc_version}</version>
</dependency>
<!-- contrib-imola -->
<dependency>
<groupId>it.imolinfo.jbi4corba</groupId>
<artifactId>jbi4corba</artifactId>
<classifier>installer</classifier>
<version>${imola_version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>it.imolinfo.jbi4cics</groupId>
<artifactId>jbi4cics</artifactId>
<classifier>installer</classifier>
<version>${imola_version2}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>it.imolinfo.jbi4ejb</groupId>
<artifactId>jbi4ejb</artifactId>
<classifier>installer</classifier>
<version>${imola_version2}</version>
<type>zip</type>
</dependency>
<!-- bostech -->
<dependency>
<groupId>com.bostechcorp.cbesb</groupId>
<artifactId>ChainBuilderESB-BC-TCPIP</artifactId>
<version>1.0</version>
<type>jar</type>
</dependency>
<!-- contrib-stort -->
<dependency>
<groupId>com.stort.openesb</groupId>
<artifactId>asterisk-bc</artifactId>
<version>${contrib.stort.currentVersion}</version>
<type>jar</type>
</dependency>
</dependencies>
<repositories>
<repository>
<id>local-build</id>
<name>local build repository</name>
<url>file://${maven.repo.local}</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
</repositories>
<!-- note: version properties moved to global-common/ojc-versions/pom.xml. RT 9/29/08 -->
</project>