| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| |
| Copyright 2004 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> |
| <pomVersion>3</pomVersion> |
| <extend>../../etc/project.xml</extend> |
| |
| <!-- ===================== --> |
| <!-- Module Identification --> |
| <!-- ===================== --> |
| |
| <name>Geronimo :: Tomcat :: Builder</name> |
| <id>geronimo-tomcat-builder</id> |
| <shortDescription>Tomcat Deployer</shortDescription> |
| <description>Geronimo Tomcat Deployer</description> |
| <url>http://geronimo.apache.org/modules/tomcat-builder/</url> |
| <siteDirectory>/www/geronimo.apache.org/modules/tomcat-builder</siteDirectory> |
| <distributionDirectory>/www/incubator.apache.org/projects/geronimo/builds/tomcat-builder</distributionDirectory> |
| |
| <package>org.apache.geronimo.tomcat</package> |
| |
| <!-- ============ --> |
| <!-- Dependencies --> |
| <!-- ============ --> |
| |
| <dependencies> |
| <dependency> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xmlbeans-maven-plugin</artifactId> |
| <version>${xmlbeans_maven_plugin_version}</version> |
| <type>plugin</type> |
| </dependency> |
| |
| <!-- needed for xmlbeans runtime--> |
| <dependency> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xbean</artifactId> |
| <version>${xmlbeans_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| <version>${stax_api_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-axis</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-kernel</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-deployment</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-deploy-config</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-test-ddbean</artifactId> |
| <version>${geronimo_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-naming</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-naming-builder</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <xmlbeans>true</xmlbeans> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-web-builder</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <xmlbeans>true</xmlbeans> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-tomcat</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-j2ee</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-management</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-j2ee-builder</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <xmlbeans>true</xmlbeans> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-security</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-security-builder</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <xmlbeans>true</xmlbeans> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-service-builder</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <xmlbeans>true</xmlbeans> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-transaction</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-connector</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-common</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-core</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-system</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-webservices</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <!--todo put WSDescriptorParser somewhere else and remove this dependency--> |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-axis-builder</artifactId> |
| <version>${pom.currentVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.0.1B_spec</artifactId> |
| <version>${geronimo_spec_jta_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId> |
| <version>${geronimo_spec_j2ee_jacc_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> |
| <version>${geronimo_spec_j2ee_connector_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId> |
| <version>${geronimo_spec_j2ee_deployment_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>geronimo</groupId> |
| <artifactId>geronimo-j2ee-schema</artifactId> |
| <version>${pom.currentVersion}</version> |
| <properties> |
| <xmlbeans>true</xmlbeans> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>mx4j</groupId> |
| <artifactId>mx4j</artifactId> |
| <version>${mx4j_version}</version> |
| </dependency> |
| |
| <!-- these are just needed to run the unit tests --> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-servlet_2.4_spec</artifactId> |
| <version>${geronimo_spec_servlet_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jsp_2.0_spec</artifactId> |
| <version>${geronimo_spec_jsp_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jaxrpc_1.1_spec</artifactId> |
| <version>${geronimo_spec_jaxrpc_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-saaj_1.1_spec</artifactId> |
| <version>${geronimo_spec_saaj_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>axis</groupId> |
| <artifactId>axis</artifactId> |
| <version>${axis_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-discovery</groupId> |
| <artifactId>commons-discovery</artifactId> |
| <version>${commons_discovery_version}</version> |
| <url>http://jakarta.apache.org/commons/discovery/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons_logging_version}</version> |
| <url>http://jakarta.apache.org/commons/logging/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-modeler</groupId> |
| <artifactId>commons-modeler</artifactId> |
| <version>${commons_modeler_version}</version> |
| <url>http://jakarta.apache.org/commons/modeler</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>jasper-compiler</artifactId> |
| <version>${tomcat_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>jasper-runtime</artifactId> |
| <version>${tomcat_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-el</groupId> |
| <artifactId>commons-el</artifactId> |
| <version>${commons_el_version}</version> |
| <url>http://jakarta.apache.org/commons/el/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>${commons_io_version}</version> |
| <url>http://jakarta.apache.org/commons/io/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xercesImpl</artifactId> |
| <version>${xerces_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>cglib</groupId> |
| <artifactId>cglib-nodep</artifactId> |
| <version>${cglib_version}</version> |
| <url>http://cglib.sf.net/</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>concurrent</groupId> |
| <artifactId>concurrent</artifactId> |
| <version>${concurrent_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>regexp</groupId> |
| <artifactId>regexp</artifactId> |
| <version>${regexp_version}</version> |
| <url>http://jakarta.apache.org/regexp</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>catalina</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>catalina-cluster</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>catalina-optional</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>tomcat-coyote</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>naming-resources</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>servlets-default</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>tomcat-http</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tomcat</groupId> |
| <artifactId>tomcat-util</artifactId> |
| <version>${tomcat_version}</version> |
| <url>http://jakarta.apache.org/tomcat/</url> |
| <properties> |
| <repository>true</repository> |
| </properties> |
| </dependency> |
| |
| <dependency> |
| <groupId>tranql</groupId> |
| <artifactId>tranql</artifactId> |
| <version>${tranql_version}</version> |
| <url>http://tranql.codehaus.org</url> |
| </dependency> |
| |
| <dependency> |
| <groupId>wsdl4j</groupId> |
| <artifactId>wsdl4j</artifactId> |
| <version>${wsdl4j_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xerces</groupId> |
| <artifactId>xmlParserAPIs</artifactId> |
| <version>${xml_parser_apis_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xml-apis</groupId> |
| <artifactId>xml-apis</artifactId> |
| <version>${xml_apis_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xstream</groupId> |
| <artifactId>xstream</artifactId> |
| <version>${xstream_version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xpp3</groupId> |
| <artifactId>xpp3</artifactId> |
| <version>${xpp3_version}</version> |
| </dependency> |
| </dependencies> |
| |
| |
| <!-- =================== --> |
| <!-- Build Specification --> |
| <!-- =================== --> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>${basedir}/src/etc</directory> |
| </resource> |
| <resource> |
| <directory>${basedir}/target/xmlbeans</directory> |
| <includes> |
| <include>schema/**</include> |
| </includes> |
| </resource> |
| </resources> |
| <unitTest> |
| <includes> |
| <include>**/*Test.java</include> |
| </includes> |
| <excludes> |
| <exclude>**/Abstract*.java</exclude> |
| </excludes> |
| <resources> |
| <resource> |
| <directory>${basedir}/src/schema</directory> |
| <includes> |
| <include>*.xsd</include> |
| </includes> |
| </resource> |
| <resource> |
| <directory>${basedir}/src/test-resources</directory> |
| </resource> |
| </resources> |
| </unitTest> |
| </build> |
| </project> |