afs opened a new issue, #1909: URL: https://github.com/apache/jena/issues/1909
### Change Update to Apache parent POM 30. jena-jdbc is affected The following error happens on all sub-modules: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (bundle-sources) on project jena-jdbc-core: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. -> [Help 1] ``` The fix appears to be to remove the `maven-source-plugin` declaration. The one in the Jena parent POM applies. ### Are you interested in contributing a pull request for this task? Yes -- 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]
