styx-components
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-components</artifactId>
<version>1.0.0-rc4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-parent</artifactId>
<version>1.0.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>styx-components</artifactId>
<name>Styx - Components</name>
<packaging>pom</packaging>
<modules>
<module>api</module>
<module>client</module>
<module>server</module>
<module>proxy</module>
<module>common</module>
</modules>
<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>