Skip to content

Did not recognise RDF format object Turtle #5319

Discussion options

You must be logged in to vote

You need to configure the correct merging of spi files. Probably using a shade plug in like below.

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-shade-plugin</artifactId>
        <version>2.3</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <shadedArtifactAttached>false</shadedArtifactAttached>
              <shadedClassifierName>uber</shadedClassifierName>
              <filters>
                <filter>
                  <artifact>*:*</artifact>
                  <excludes>
                    <e…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hmottestad
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
wontfix issue won't be fixed (close reason)
2 participants
Converted from issue

This discussion was converted from issue #5313 on April 24, 2025 19:03.