Hi, the pojogen-maven-plugin module has a resource dependency to its parent folder. Unfortunately Eclipse IDE doesn't supports such kind of dependencies and shows errors. So, can we avoid this?
WDYT?
Regards,
Stephan
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>..</directory> <!-- issue for Eclipse IDE -->
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE</include>
</includes>
</resource>
</resources>
