<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">
	
    <parent>
        <groupId>org.wso2.dataservice</groupId>
        <artifactId>dataservice-solution-parent</artifactId>
        <version>2.3</version>
    </parent>
    
    	
	<modelVersion>4.0.0</modelVersion>
	<artifactId>dataservice-ide</artifactId>
    <packaging>jar</packaging>
	
	<name>WSO2 Data Service IDE</name>
	<url>http://wso2.org/projects/solutions/data-services/java</url>
	<description>WSO2 Data Services IDE</description>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.0</version>
                <configuration>
                    <source>1.4</source>
                    <target>1.4</target>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.0.3</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
       </plugins>
   </build> 
            
</project>
