blob: c04eec3770068845c1cf64513770b31798119789 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>../../etc/project.xml</extend>
<id>geronimo-console</id>
<name>Geronimo :: Console :: Application EAR</name>
<dependencies>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-console-framework</artifactId>
<version>${pom.currentVersion}</version>
<type>war</type>
<properties>
<ear.bundle>true</ear.bundle>
<ear.bundle.name>framework.war</ear.bundle.name>
<ear.appxml.war.context-root>/console</ear.appxml.war.context-root>
</properties>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-console-standard</artifactId>
<version>${pom.currentVersion}</version>
<type>war</type>
<properties>
<ear.bundle>true</ear.bundle>
<ear.bundle.name>standard.war</ear.bundle.name>
<ear.appxml.war.context-root>/console-standard</ear.appxml.war.context-root>
</properties>
</dependency>
<dependency>
<groupId>portlet-api</groupId>
<artifactId>portlet-api</artifactId>
<version>${portlet_api_version}</version>
</dependency>
<dependency>
<groupId>org.apache.pluto</groupId>
<artifactId>pluto</artifactId>
<version>${pluto_version}</version>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-console-core</artifactId>
<version>${geronimo_version}</version>
</dependency>
<dependency>
<groupId>activeio</groupId>
<artifactId>activeio</artifactId>
<version>${activeio_version}</version>
</dependency>
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>${concurrent_version}</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
<version>${geronimo_spec_j2ee_version}</version>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-common</artifactId>
<version>${geronimo_version}</version>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-system</artifactId>
<version>${geronimo_version}</version>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-security</artifactId>
<version>${geronimo_version}</version>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-management</artifactId>
<version>${geronimo_version}</version>
</dependency>
<!--
<dependency>
<groupId>geronimo</groupId>
<artifactId>j2ee-deployer</artifactId>
<version>${geronimo_version}</version>
<type>car</type>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>j2ee-server</artifactId>
<version>${geronimo_version}</version>
<type>car</type>
</dependency>
-->
</dependencies>
<build>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>NOTICE.txt</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
</project>