I would like to create a Maven module with the following identifiers: * groupId: "org.apache.sis.non-free" * artifactId: "sis-epsg"
Since the EPSG dataset license is not strictly compatible with Apache license, I'm not sure that it would be okay to put that module on the trunk. Instead, I'm considering to put that module under the http://svn.apache.org/repos/asf/sis/data/ directory. It would be deployed on Maven central but not included in the Apache distribution. Users would need to declare the EPSG dependency themselves in their Maven project, where hopefully the "non-free" name in the groupId would make the issue clear. Any comment? Martin
