<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">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.eclipse.dirigible</groupId>
		<artifactId>dirigible-parent</artifactId>
		<version>7.2.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<name>Resources - Parent</name>
	<artifactId>dirigible-resources-parent</artifactId>
	<description>Resources Plugins</description>
	<packaging>pom</packaging>

	<modules>
		<module>resources-core</module>
		<module>resources-goldenlayout</module>
		<module>resources-fonts</module>
		<module>resources-dev-tools</module>
		<module>resources-resources</module>
		<module>resources-themes</module>
		<module>resources-theme-default</module>
		<module>resources-theme-fiori</module>
		<module>resources-theme-quartz-dark</module>
		<module>resources-theme-quartz-light</module>
		<module>resources-flowable-libs</module>
		<module>resources-mxgraph</module>
		<module>resources-unicons</module>
	</modules>
	
	<build>
		<plugins>
			<plugin>
				<groupId>com.mycila</groupId>
			    <artifactId>license-maven-plugin</artifactId>
			    <configuration>
			        <skip>true</skip>
			    </configuration>
			</plugin>
		</plugins>
	</build>

	<properties>
		<license.header.location>../licensing-header.txt</license.header.location>
	</properties>
	
</project>