blob: d9a14a568eb6736be78e2f35153a0e552c3e12ad [file] [log] [blame]
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hop</groupId>
<artifactId>hop-plugins</artifactId>
<version>0.1.0-RC</version>
<packaging>pom</packaging>
<name>Hop Plugins</name>
<parent>
<groupId>org.hop</groupId>
<artifactId>hop</artifactId>
<version>0.1.0-RC</version>
</parent>
<profiles>
<profile>
<id>lowdeps</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
<module>databases</module>
<module>transforms</module>
<module>jobentries</module>
<module>misc</module>
</modules>
</profile>
<profile>
<id>highdeps</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
</modules>
</profile>
</profiles>
</project>