Currently, it is possible to provide a custom layers.xml file to the maven plugin, but it seems to be read with a FileInputStream, so only file references are understood. It would be nice if the file could also be read from classpath (i.e., via plugin dependency).
Currently, it is possible to provide a custom layers.xml file to the maven plugin, but it seems to be read with a
FileInputStream, so only file references are understood. It would be nice if the file could also be read from classpath (i.e., via plugin dependency).