<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>
  <groupId>org.apache.myfaces.tomahawk</groupId>
  <artifactId>sandbox15-project</artifactId>
  <packaging>pom</packaging>
  <name>Sandbox15 Project</name>
  <url>http://myfaces.apache.org/sandbox15</url>
  <description>
    This is the MyFaces Sandbox15 Subproject Description - depending on Java 5.0
  </description>

  <parent>
    <groupId>org.apache.myfaces.tomahawk</groupId>
    <artifactId>tomahawk-project</artifactId>
    <version>1.1.5</version>	  
  </parent>
  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_5</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_5</developerConnection>
    <url>https://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_5</url>
  </scm>

  <modules>
    <module>core</module>
    <module>examples</module>
  </modules>

  <build>
        <plugins>	     
            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-source</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>    
        </plugins>
    </build>	  

</project>