blob: 9b262b90bce871ce342fe6a317f0471dc6a40151 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Rev$ $Date$ -->
<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>org.apache.geronimo</groupId>
<artifactId>geronimo</artifactId>
<version>2.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>configs</artifactId>
<name>Geronimo Configs</name>
<packaging>pom</packaging>
<properties>
<!-- This property is required by the car:package mojo -->
<geronimoVersion>${version}</geronimoVersion>
<gbeanDeployer>org.apache.geronimo.configs/geronimo-gbean-deployer/${version}/car</gbeanDeployer>
<j2eeDeployer>org.apache.geronimo.configs/j2ee-deployer/${version}/car</j2eeDeployer>
<clientDeployer>org.apache.geronimo.configs/client-deployer/${version}/car</clientDeployer>
<connectorDeployer>org.apache.geronimo.configs/connector-deployer/${version}/car</connectorDeployer>
<openejbDeployer>org.apache.geronimo.configs/openejb-deployer/${version}/car</openejbDeployer>
<openejbcorbaDeployer>org.apache.geronimo.configs/openejb-corba-deployer/${version}/car</openejbcorbaDeployer>
<axisDeployer>org.apache.geronimo.configs/axis-deployer/${version}/car</axisDeployer>
<cxfDeployer>org.apache.geronimo.configs/cxf-deployer/${version}/car</cxfDeployer>
<axis2Deployer>org.apache.geronimo.configs/axis2-deployer/${version}/car</axis2Deployer>
<tomcatDeployer>org.apache.geronimo.configs/tomcat6-deployer/${version}/car</tomcatDeployer>
<jetty6Deployer>org.apache.geronimo.configs/jetty6-deployer/${version}/car</jetty6Deployer>
<!-- Common plan properties -->
<PlanServerHostname>0.0.0.0</PlanServerHostname>
<PlanClientAddresses>127.0.0.1</PlanClientAddresses>
<PlanHTTPPort>8080</PlanHTTPPort>
<PlanHTTPSPort>8443</PlanHTTPSPort>
<PlanAJPPort>8019</PlanAJPPort>
<PlanOpenEJBPort>4201</PlanOpenEJBPort>
<PlanRemoteLoginPort>4242</PlanRemoteLoginPort>
<PlanNamingPort>1099</PlanNamingPort>
<PlanActiveMQPort>61616</PlanActiveMQPort>
<PlanCOSNamingHost>localhost</PlanCOSNamingHost>
<PlanCOSNamingPort>1050</PlanCOSNamingPort>
<PlanCOSSunNamingPort>1050</PlanCOSSunNamingPort>
<PlanORBHost>localhost</PlanORBHost>
<PlanORBPort>6882</PlanORBPort>
<PlanORBSunPort>6882</PlanORBSunPort>
<PlanORBSSLHost>localhost</PlanORBSSLHost>
<PlanORBSSLPort>2001</PlanORBSSLPort>
<PlanORBSunSSLPort>2001</PlanORBSunSSLPort>
<PlanJMXPort>9999</PlanJMXPort>
</properties>
<build>
<!--
NOTE: Don't add to extentions here, or JCL will freak out about multipule versions.
<extensions>
<extension>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>car-maven-plugin</artifactId>
<version>${version}</version>
</extension>
</extensions>
-->
<plugins>
<plugin>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>car-maven-plugin</artifactId>
<!-- Install as extention to allow 'car' packaging to be used. -->
<extensions>true</extensions>
<configuration>
<archive>
<!-- Do not include META-INF/maven to avoid long file problems on windows -->
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>activemq</module>
<module>activemq-broker</module>
<module>axis</module>
<module>axis-deployer</module>
<module>client</module>
<module>client-corba-yoko</module>
<module>client-deployer</module>
<module>client-security</module>
<module>client-system</module>
<module>client-transaction</module>
<module>connector-deployer</module>
<module>clustering</module>
<module>directory</module>
<module>geronimo-gbean-deployer</module>
<module>hot-deployer</module>
<module>jee-specs</module>
<module>j2ee-corba-yoko</module>
<module>j2ee-deployer</module>
<module>j2ee-security</module>
<module>j2ee-server</module>
<module>j2ee-system</module>
<module>javamail</module>
<module>jsp-examples-jetty</module>
<module>jsp-examples-tomcat</module>
<module>jsr88-cli</module>
<module>jsr88-deploymentfactory</module>
<module>jsr88-jar-configurer</module>
<module>jsr88-rar-configurer</module>
<module>jsr88-war-configurer</module>
<module>jsr88-ear-configurer</module>
<module>ldap-demo-jetty</module>
<module>ldap-demo-tomcat</module>
<module>ldap-realm</module>
<module>offline-deployer</module>
<module>online-deployer</module>
<module>openejb</module>
<module>openejb-corba-deployer</module>
<module>openejb-deployer</module>
<module>remote-deploy-jetty</module>
<module>remote-deploy-tomcat</module>
<module>rmi-naming</module>
<module>servlet-examples-jetty</module>
<module>servlet-examples-tomcat</module>
<module>sharedlib</module>
<module>shutdown</module>
<module>system-database</module>
<module>tomcat6</module>
<module>tomcat6-deployer</module>
<module>uddi-tomcat</module>
<module>unavailable-client-deployer</module>
<module>unavailable-ejb-deployer</module>
<module>unavailable-webservices-deployer</module>
<module>upgrade</module>
<module>upgrade-cli</module>
<module>wadi-clustering</module>
<module>webconsole-tomcat</module>
<module>welcome-jetty</module>
<module>welcome-tomcat</module>
<module>dojo-tomcat</module>
<module>ca-helper-jetty</module>
<module>ca-helper-tomcat</module>
<!-- jee5 configs -->
<module>transformer-agent</module>
<module>persistence-jpa10-deployer</module>
<module>openjpa</module>
<module>axis2</module>
<module>axis2-deployer</module>
<module>cxf</module>
<module>cxf-deployer</module>
<module>jaxws-deployer</module>
<module>dojo-jetty6</module>
<module>jetty6</module>
<module>jetty6-clustering-builder-wadi</module>
<module>jetty6-clustering-wadi</module>
<module>jetty6-deployer</module>
<module>transaction-jta11</module>
<module>uddi-jetty6</module>
<module>webconsole-jetty6</module>
<module>webservices-common</module>
<module>jasper</module>
</modules>
</project>