openesb-components/contrib-zaz/screenscrapingse/screenscrapingse-impl/pom.xml

122 lines
4.9 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<project>
<parent>
<artifactId>build-common</artifactId>
<groupId>open-jbi-components</groupId>
<version>1.1</version>
<relativePath>../../../ojc-core/build-common</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.zaz.screenscrapingse</groupId>
<artifactId>screenscrapingse-impl</artifactId>
<name>screenscrapingse-impl</name>
<packaging>jar</packaging>
<version>${jbicomps.currentVersion}</version>
<description>top level build for screenscrapingse</description>
<build>
<plugins>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>install-screenscrapingse-javaxscript</id>
<phase>generate-sources</phase>
<goals>
<goal>install-file
</goal>
</goals>
<configuration>
<generatePom>true</generatePom>
<packaging>jar</packaging>
<groupId>com.zaz.screenscrapingse</groupId>
<artifactId>javaxscript</artifactId>
<version>${jbicomps.currentVersion}</version>
<file>${SRCROOT}/contrib-zaz/screenscrapingse/lib/javaxscript.jar</file>
</configuration>
</execution>
<execution>
<id>install-screenscrapingse-jruby</id>
<phase>generate-sources</phase>
<goals>
<goal>install-file
</goal>
</goals>
<configuration>
<generatePom>true</generatePom>
<packaging>jar</packaging>
<groupId>com.zaz.screenscrapingse</groupId>
<artifactId>jruby</artifactId>
<version>${jbicomps.currentVersion}</version>
<file>${SRCROOT}/contrib-zaz/screenscrapingse/lib/jruby.jar</file>
</configuration>
</execution>
<execution>
<id>install-screenscrapingse-jruby-engine</id>
<phase>generate-sources</phase>
<goals>
<goal>install-file
</goal>
</goals>
<configuration>
<generatePom>true</generatePom>
<packaging>jar</packaging>
<groupId>com.zaz.screenscrapingse</groupId>
<artifactId>jruby-engine</artifactId>
<version>${jbicomps.currentVersion}</version>
<file>${SRCROOT}/contrib-zaz/screenscrapingse/lib/jruby-engine.jar</file>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>jbicompsplatform</groupId>
<artifactId>compileconf</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>componentsl</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>crl</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>common-util</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>qos</artifactId>
</dependency>
<dependency>
<groupId>open-jbi-components</groupId>
<artifactId>wsdlmodel</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
</dependency>
<dependency>
<groupId>com.zaz.screenscrapingse</groupId>
<artifactId>javaxscript</artifactId>
<version>${jbicomps.currentVersion}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
<groupId>com.zaz.screenscrapingse</groupId>
<artifactId>screenscraping-api</artifactId>
<version>${jbicomps.currentVersion}</version>
</dependency>
</dependencies>
</project>