vChavezB opened a new issue, #2149: URL: https://github.com/apache/jena/issues/2149
### Version 4.10.0 ### Question I am new to this repository and have a doubt about packaging. When running natively the source code and reading a model, the following works: ``` java ModelFactory.createDefaultModel().read(IOUtils.toInputStream(content, StandardCharsets.UTF_8), null, "TTL"); ``` but when I pack my application with `maven package`, and the same code is run I get the run-time error `Reader not found: TTL`. Is there anything else I should add in my pom.xml to correctly use the Model Reader for turtle ? It seems to me Jena has a resource which is not being packed in my project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
