-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Hi,
Maven central (https://search.maven.org/) does not have any crosswire modules. I also tried to access the crosswire mvn repository (defined in pom.xml) at the following URL without success:
http://crosswire.org/mvn/content/groups/public/
Is there a plan to release jsword as maven artifacts? This greatly promotes code reuse.
I am trying to create an OSIS Bible/Commentary generator in Java based on JAXB (https://github.com/eclipse-ee4j/jaxb-ri). The goal is to allow easy creation of full feature OSIS files via a provider/consumer model where the OSIS consumer generates the OSIS files based on the data supplied from the provider. Various providers can be coded to feed data into OSIS files. I don't want to re-invent the wheel and want to use features such as the versification codes in jsword. Thus the reason for this issue.
Thanks for reading this issue.