Maven plugin for https://github.com/kayr/ezy-query
Add the following to your pom.xml
(For now this is not yet available in maven central)
<plugins>
....
<plugin>
<groupId>io.github.kayr</groupId>
<artifactId>ezy-query-maven-plugin</artifactId>
<version>0.0.3</version>
<executions>
<execution>
<goals>
<goal>ezyInitFolders</goal>
<goal>ezyBuild</goal>
</goals>
</execution>
</executions>
</plugin>
....
</plugins>