blob: 34276e6856a1f5491c5896643877a800a62948d4 [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-misc</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Plugins Miscellaneous Environment</name>
<parent>
<groupId>org.hop</groupId>
<artifactId>hop-plugins</artifactId>
<version>0.10</version>
</parent>
<profiles>
<profile>
<id>lowdeps</id>
<activation>
<property>
<name>!skipDefault</name>
</property>
</activation>
<modules>
<module>environment</module>
</modules>
</profile>
</profiles>
</project>