43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<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>
|
|
<artifactId>foei-base</artifactId>
|
|
<groupId>com.idcanet.foei</groupId>
|
|
<version>0.8.3-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>com.idcanet.foei</groupId>
|
|
<artifactId>foei-ee-jca-ra</artifactId>
|
|
<version>0.8.3-SNAPSHOT</version>
|
|
<packaging>rar</packaging>
|
|
<name>foei-ee-jca-ra</name>
|
|
<description>foei-ee-jca-ra</description>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-rar-plugin</artifactId>
|
|
<version>2.0</version>
|
|
<executions>
|
|
<execution>
|
|
<id>test</id>
|
|
<goals>
|
|
<goal>rar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.idcanet.foei</groupId>
|
|
<artifactId>foei-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.idcanet.foei</groupId>
|
|
<artifactId>foei-ee-jca</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |