Files
spring-cloud-consul/spring-cloud-consul-integration-tests/pom.xml
2025-05-01 12:47:08 +00:00

34 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId>
<version>4.3.0-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-consul-integration-tests</artifactId>
<name>spring-cloud-consul-integration-tests</name>
<description>spring-cloud-consul-integration-tests</description>
<packaging>pom</packaging>
<modules>
<module>spring-cloud-consul-bootstrap-tests</module>
<module>spring-cloud-consul-configdata-tests</module>
<module>spring-cloud-consul-configdata-retry-tests</module>
</modules>
<build>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>