jetty.project/examples/async-rest/pom.xml

21 lines
697 B
XML
Raw Normal View History

<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/maven-v4_0_0.xsd">
2012-10-18 10:21:42 -04:00
<parent>
2012-11-20 13:25:38 -05:00
<groupId>org.eclipse.jetty.examples</groupId>
2012-11-18 23:57:38 -05:00
<artifactId>examples-parent</artifactId>
<version>10.0.0-SNAPSHOT</version>
</parent>
2012-10-18 10:21:42 -04:00
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>example-async-rest</artifactId>
<packaging>pom</packaging>
<name>Example Async Rest</name>
2012-10-18 10:21:42 -04:00
<modules>
<module>async-rest-jar</module>
<module>async-rest-webapp</module>
<module>async-rest-server</module>
2012-10-18 10:21:42 -04:00
</modules>
2012-10-18 10:21:42 -04:00
</project>