| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright 2006 The Apache Software Foundation |
| |
| Licensed 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>1.2-SNAPSHOT</version> |
| <relativePath>../pom.xml</relativePath> |
| </parent> |
| |
| <groupId>org.apache.geronimo.assemblies</groupId> |
| <artifactId>assemblies</artifactId> |
| <name>Geronimo :: Assemblies</name> |
| <packaging>pom</packaging> |
| |
| <!-- |
| |
| HACK: Need to explicitly configure SCM for this module since its artifactId |
| does not match the directory it lives in. |
| |
| FIXME: Rename module directory. |
| |
| --> |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/trunk/m2-assemblies</connection> |
| <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/trunk/m2-assemblies</developerConnection> |
| <url>http://svn.apache.org/viewvc/geronimo/trunk/m2-assemblies</url> |
| </scm> |
| |
| <properties> |
| <!-- |
| |
| TODO: Move this where it can be shared with the configs/pom.xml values |
| |
| --> |
| <PlanServerHostname>0.0.0.0</PlanServerHostname> |
| <PlanNamingPort>1099</PlanNamingPort> |
| <PlanOpenEJBPort>4201</PlanOpenEJBPort> |
| <PlanClientAddresses>127.0.0.1</PlanClientAddresses> |
| <PlanIIOPPort>9000</PlanIIOPPort> |
| <PlanCOSNamingHost>localhost</PlanCOSNamingHost> |
| <PlanCOSNamingPort>1050</PlanCOSNamingPort> |
| <PlanORBSSLHost>localhost</PlanORBSSLHost> |
| <PlanORBSSLPort>2001</PlanORBSSLPort> |
| <PlanActiveMQPort>61616</PlanActiveMQPort> |
| <PlanDerbyPort>1527</PlanDerbyPort> |
| <PlanRemoteLoginPort>4242</PlanRemoteLoginPort> |
| <PlanLdapPort>1389</PlanLdapPort> |
| <PlanHTTPPortPrimary>8080</PlanHTTPPortPrimary> |
| <PlanHTTPSPortPrimary>8443</PlanHTTPSPortPrimary> |
| <PlanAJPPortPrimary>8009</PlanAJPPortPrimary> |
| <PlanHTTPPortSecondary>8090</PlanHTTPPortSecondary> |
| <PlanHTTPSPortSecondary>8453</PlanHTTPSPortSecondary> |
| <PlanAJPPortSecondary>8019</PlanAJPPortSecondary> |
| <PlanJMXPort>9999</PlanJMXPort> |
| |
| <PlanJettyWebBuilderDefaultNamespace>http://geronimo.apache.org/xml/ns/j2ee/web/jetty-1.0</PlanJettyWebBuilderDefaultNamespace> |
| <PlanTomcatWebBuilderDefaultNamespace>http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-1.0</PlanTomcatWebBuilderDefaultNamespace> |
| </properties> |
| |
| <modules> |
| <module>geronimo-boilerplate-minimal</module> |
| <module>geronimo-boilerplate-j2ee</module> |
| <module>geronimo-jetty-j2ee</module> |
| <module>geronimo-jetty-minimal</module> |
| <module>geronimo-tomcat-j2ee</module> |
| <module>geronimo-tomcat-minimal</module> |
| </modules> |
| |
| </project> |
| |