<?xml version="1.0" encoding="ISO-8859-1"?><project>
  <parent>
    <artifactId>configs</artifactId>
    <groupId>org.apache.geronimo.configs</groupId>
    <version>1.2-beta</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>servlet-examples-tomcat</artifactId>
  <packaging>car</packaging>
  <name>Geronimo Configs :: Servlet Examples for Tomcat</name>
  <version>1.2-beta</version>
  <build>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>${pom.basedir}/src/main/resources</directory>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.plugins</groupId>
        <artifactId>car-maven-plugin</artifactId>
        <configuration>
          <deploymentConfigs>
            <deploymentConfig>${gbeanDeployer}</deploymentConfig>
            <deploymentConfig>${j2eeDeployer}</deploymentConfig>
            <deploymentConfig>${tomcatDeployer}</deploymentConfig>
          </deploymentConfigs>
          <module>
            <groupId>org.apache.geronimo.applications.examples</groupId>
            <artifactId>geronimo-servlet-examples</artifactId>
            <version>1.2-beta</version>
            <type>war</type>
          </module>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.geronimo.applications.examples</groupId>
      <artifactId>geronimo-servlet-examples</artifactId>
      <version>1.2-beta</version>
      <type>war</type>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.configs</groupId>
      <artifactId>tomcat-deployer</artifactId>
      <version>1.2-beta</version>
      <type>car</type>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>