<?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>unavailable-webservices-deployer</artifactId>
  <packaging>car</packaging>
  <name>Geronimo Configs :: Unavailable Web Services Deployer</name>
  <version>1.2-beta</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.plugins</groupId>
        <artifactId>car-maven-plugin</artifactId>
        <configuration>
          <deploymentConfigs>
            <deploymentConfig>${gbeanDeployer}</deploymentConfig>
            <deploymentConfig>${j2eeDeployer}</deploymentConfig>
          </deploymentConfigs>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.geronimo.configs</groupId>
      <artifactId>j2ee-deployer</artifactId>
      <version>1.2-beta</version>
      <type>car</type>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>