Чтобы получить файл, я могу использовать следующую зависимость
<dependencies>
<dependency>
<groupId>some group</groupId>
<artifactId>art</artifactId>
<version>1</version>
<type>some type</type>
<scope>system</scope>
<systemPath>path to file</systemPath>
</dependency>
</dependencies>
Что я могу сделать, чтобы получить каталог?