Hello all
One of our guys is using indirectly Apache SIS in the Play framework (a
Java framework for creating web applications and web sites). During the
compilation phase, the play framework gives the following error:
org.geonames#georss-rome;0.9.8: java.text.ParseException:
inconsistent module descriptor file found in
'http://repo1.maven.org/maven2/org/geonames/georss-rome/0.9.8/georss-rome-0.9.8.pom
<http://repo1.maven.org/maven2/org/geonames/georss-rome/0.9.8/georss-rome-0.9.8.pom>':
bad module name: expected='georss-rome' found='georss';
Indeed the directory name and file name is "georss-rome" while the
pom.xml file in the above URL declares:
<artifactId>georss</artifactId>
Unfortunately there is apparently no updated version of "georss-rome".
Does anyone know who we could contact in order to ask if an updated
version could be deployed? Alternatively, we can remove "georss-rome"
from the dependency management section of the SIS parent pom.xml, in
order to isolate the issue to the "sis-webapp" module alone rather than
all modules.
Martin