blob: d139d64e7f6bc25145d4d0c2490636d42db01e5d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>hop-assemblies-plugins</artifactId>
<groupId>org.apache.hop</groupId>
<version>0.50</version>
</parent>
<packaging>pom</packaging>
<artifactId>hop-assemblies-plugins-vfs</artifactId>
<name>Hop Assemblies Plugins VFS</name>
<description></description>
<modules>
<module>azure</module>
<module>googledrive</module>
<module>s3</module>
<!--
<module>hdfs</module>
-->
</modules>
</project>