<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.wicketstuff</groupId>
		<artifactId>javaee-inject-parent</artifactId>
		<version>6.15.0</version>
	</parent>
	<artifactId>javaee-inject-examples</artifactId>
	<packaging>pom</packaging>
	<name>JavaEE Inject - Examples</name>

	<description>
        This is a sample JAVA EE 6 project for demonstrating how the JavaEE Inject
        library should been used in Enterprise and/or Web Applications.
        Note, that with small changes you can easily convert this project back
        to JAVA EE 5, which is also supported by the library.
    </description>

	<modules>
		<module>javaee-inject-example-ear</module>
		<module>javaee-inject-example-ejb</module>
		<module>javaee-inject-example-war</module>
	</modules>
</project>
